Html Css Color HEX #649F72 Oxley

📋 copy color: '#649F72'

red 100 ◦ green 159 ◦ blue 114

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

Shades of Oxley #649F72

Tints of Oxley #649F72

RGB

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

 GREEN value IS 159 (62.5% from 255) = 42.63%

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

R = 26.81%
G = 42.63%
B = 30.56%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.28

 K value IS 0.38

RGB Variations

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

Color information

#649F72 (or 0x649F72) is known color: Oxley. HEX triplet: 64, 9F and 72. RGB value is (100,159,114). Sum of RGB (Red+Green+Blue) = 100+159+114=373 (49% of max value = 765). Red value is 100 (39.45% from 255 or 26.81% from 373); Green value is 159 (62.5% from 255 or 42.63% from 373); Blue value is 114 (44.92% from 255 or 30.56% from 373); Max value from RGB is 159 - color contains mainly: green. Hex color #649F72 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #649F72 is #9B608D. Grayscale: #888888. Windows color (decimal): -10182798 or 7511908. OLE color: 7511908.

HSL color Cylindrical-coordinate representation of color #649F72: hue angle of 134.24º degrees, saturation: 0.24, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #649F72 is Cyan = 0.37, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.38.

Color convert

RGB 100 159 114 -
CMYK 0.37 0 0.28 0.38
HSL 134.24º 0.24% 0.51% -
HSV(B) 134.24º 0.37% 0.62% -
XYZ 20.69 28.72 20.37 -
YUV 136.23 115.45 102.16 -
System Red Green Blue C M Y K H S L
Decimal 100 159 114 0.37 0 0.28 0.38 134.24 0.24 0.51
Hex 64 9F 72 25 0 1C 26 86 18 33
Octal 144 237 162 45 0 34 46 206 30 63
Binary 1100100 10011111 1110010 100101 0 11100 100110 10000110 11000 110011

Color Harmonies of #649F72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #649F72

Black with #649F72

Text Example


Text Example

White with #649F72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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