Html Css Color HEX #649F74 Oxley

📋 copy color: '#649F74'

red 100 ◦ green 159 ◦ blue 116

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

Shades of Oxley #649F74

Tints of Oxley #649F74

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 30.93%

R = 26.67%
G = 42.4%
B = 30.93%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.27

 K value IS 0.38

RGB Variations

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

Color information

#649F74 (or 0x649F74) is known color: Oxley. HEX triplet: 64, 9F and 74. RGB value is (100,159,116). Sum of RGB (Red+Green+Blue) = 100+159+116=375 (49% of max value = 765). Red value is 100 (39.45% from 255 or 26.67% from 375); Green value is 159 (62.5% from 255 or 42.4% from 375); Blue value is 116 (45.70% from 255 or 30.93% from 375); Max value from RGB is 159 - color contains mainly: green. Hex color #649F74 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #649F74 is #9B608B. Grayscale: #888888. Windows color (decimal): -10182796 or 7642980. OLE color: 7642980.

HSL color Cylindrical-coordinate representation of color #649F74: hue angle of 136.27º 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 #649F74 is Cyan = 0.37, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.38.

Color convert

RGB 100 159 116 -
CMYK 0.37 0 0.27 0.38
HSL 136.27º 0.24% 0.51% -
HSV(B) 136.27º 0.37% 0.62% -
XYZ 20.81 28.77 20.98 -
YUV 136.46 116.45 102 -
System Red Green Blue C M Y K H S L
Decimal 100 159 116 0.37 0 0.27 0.38 136.27 0.24 0.51
Hex 64 9F 74 25 0 1B 26 88 18 33
Octal 144 237 164 45 0 33 46 210 30 63
Binary 1100100 10011111 1110100 100101 0 11011 100110 10001000 11000 110011

Color Harmonies of #649F74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #649F74

Black with #649F74

Text Example


Text Example

White with #649F74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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