Html Css Color HEX #648B72 Oxley

📋 copy color: '#648B72'

red 100 ◦ green 139 ◦ blue 114

#648B72
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Oxley #648B72

Tints of Oxley #648B72

RGB

 RED value IS 100 (39.45% from 255) = 28.33%

 GREEN value IS 139 (54.69% from 255) = 39.38%

 BLUE value IS 114 (44.92% from 255) = 32.29%

R = 28.33%
G = 39.38%
B = 32.29%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.18

 K value IS 0.45

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#648B72 (or 0x648B72) is known color: Oxley. HEX triplet: 64, 8B and 72. RGB value is (100,139,114). Sum of RGB (Red+Green+Blue) = 100+139+114=353 (46% of max value = 765). Red value is 100 (39.45% from 255 or 28.33% from 353); Green value is 139 (54.69% from 255 or 39.38% from 353); Blue value is 114 (44.92% from 255 or 32.29% from 353); Max value from RGB is 139 - color contains mainly: green. Hex color #648B72 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #648B72 is #9B748D. Grayscale: #7C7C7C. Windows color (decimal): -10187918 or 7506788. OLE color: 7506788.

HSL color Cylindrical-coordinate representation of color #648B72: hue angle of 141.54º degrees, saturation: 0.16, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #648B72 is Cyan = 0.28, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.45.

Color convert

RGB 100 139 114 -
CMYK 0.28 0 0.18 0.45
HSL 141.54º 0.16% 0.47% -
HSV(B) 141.54º 0.28% 0.55% -
XYZ 17.53 22.39 19.32 -
YUV 124.49 122.08 110.53 -
System Red Green Blue C M Y K H S L
Decimal 100 139 114 0.28 0 0.18 0.45 141.54 0.16 0.47
Hex 64 8B 72 1C 0 12 2D 8E 10 2F
Octal 144 213 162 34 0 22 55 216 20 57
Binary 1100100 10001011 1110010 11100 0 10010 101101 10001110 10000 101111

Color Harmonies of #648B72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #648B72

Black with #648B72

Text Example


Text Example

White with #648B72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #648B72; }

 p { color: rgb(100,139,114); }

 H1.HeaderClassName
 {
   color: #648B72;
 }
 .AnyTagClassName
 {
   color: #648B72;
 }
</style>

background-color css

<style>
 a { background-color: #648B72; }

 a { background-color: rgb(100,139,114); }

 div.DivClassName
 {
   background-color: #648B72;
 }
 .BgClassName
 {
   background-color: #648B72;
 }
</style>

border-color css

<style>
 span { border-color: #648B72; }

 span { border-color: rgb(100,139,114); }

 td.TdClassName
 {
   border-color: #648B72;
 }
 .TagClassName
 {
   border-color: #648B72;
 }
</style>