Html Css Color HEX #649D72 Oxley

📋 copy color: '#649D72'

red 100 ◦ green 157 ◦ blue 114

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

Shades of Oxley #649D72

Tints of Oxley #649D72

RGB

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

 GREEN value IS 157 (61.72% from 255) = 42.32%

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

R = 26.95%
G = 42.32%
B = 30.73%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.27

 K value IS 0.38

RGB Variations

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

Color information

#649D72 (or 0x649D72) is known color: Oxley. HEX triplet: 64, 9D and 72. RGB value is (100,157,114). Sum of RGB (Red+Green+Blue) = 100+157+114=371 (49% of max value = 765). Red value is 100 (39.45% from 255 or 26.95% from 371); Green value is 157 (61.72% from 255 or 42.32% from 371); Blue value is 114 (44.92% from 255 or 30.73% from 371); Max value from RGB is 157 - color contains mainly: green. Hex color #649D72 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #649D72 is #9B628D. Grayscale: #878787. Windows color (decimal): -10183310 or 7511396. OLE color: 7511396.

HSL color Cylindrical-coordinate representation of color #649D72: hue angle of 134.74º degrees, saturation: 0.23, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #649D72 is Cyan = 0.36, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.38.

Color convert

RGB 100 157 114 -
CMYK 0.36 0 0.27 0.38
HSL 134.74º 0.23% 0.5% -
HSV(B) 134.74º 0.36% 0.62% -
XYZ 20.35 28.04 20.26 -
YUV 135.06 116.12 103 -
System Red Green Blue C M Y K H S L
Decimal 100 157 114 0.36 0 0.27 0.38 134.74 0.23 0.5
Hex 64 9D 72 24 0 1B 26 87 17 32
Octal 144 235 162 44 0 33 46 207 27 62
Binary 1100100 10011101 1110010 100100 0 11011 100110 10000111 10111 110010

Color Harmonies of #649D72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #649D72

Black with #649D72

Text Example


Text Example

White with #649D72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #649D72; }

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

 H1.HeaderClassName
 {
   color: #649D72;
 }
 .AnyTagClassName
 {
   color: #649D72;
 }
</style>

background-color css

<style>
 a { background-color: #649D72; }

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

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

border-color css

<style>
 span { border-color: #649D72; }

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

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