Html Css Color HEX #649C79 Oxley

📋 copy color: '#649C79'

red 100 ◦ green 156 ◦ blue 121

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

Shades of Oxley #649C79

Tints of Oxley #649C79

RGB

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

 GREEN value IS 156 (61.33% from 255) = 41.38%

 BLUE value IS 121 (47.66% from 255) = 32.1%

R = 26.53%
G = 41.38%
B = 32.1%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.22

 K value IS 0.39

RGB Variations

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

Color information

#649C79 (or 0x649C79) is known color: Oxley. HEX triplet: 64, 9C and 79. RGB value is (100,156,121). Sum of RGB (Red+Green+Blue) = 100+156+121=377 (49% of max value = 765). Red value is 100 (39.45% from 255 or 26.53% from 377); Green value is 156 (61.33% from 255 or 41.38% from 377); Blue value is 121 (47.66% from 255 or 32.10% from 377); Max value from RGB is 156 - color contains mainly: green. Hex color #649C79 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #649C79 is #9B6386. Grayscale: #878787. Windows color (decimal): -10183559 or 7969892. OLE color: 7969892.

HSL color Cylindrical-coordinate representation of color #649C79: hue angle of 142.5º degrees, saturation: 0.22, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #649C79 is Cyan = 0.36, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.39.

Color convert

RGB 100 156 121 -
CMYK 0.36 0 0.22 0.39
HSL 142.5º 0.22% 0.5% -
HSV(B) 142.5º 0.36% 0.61% -
XYZ 20.6 27.87 22.38 -
YUV 135.27 119.95 102.85 -
System Red Green Blue C M Y K H S L
Decimal 100 156 121 0.36 0 0.22 0.39 142.5 0.22 0.5
Hex 64 9C 79 24 0 16 27 8E 16 32
Octal 144 234 171 44 0 26 47 216 26 62
Binary 1100100 10011100 1111001 100100 0 10110 100111 10001110 10110 110010

Color Harmonies of #649C79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #649C79

Black with #649C79

Text Example


Text Example

White with #649C79

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,156,121); }

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

background-color css

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

 a { background-color: rgb(100,156,121); }

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

border-color css

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

 span { border-color: rgb(100,156,121); }

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