Html Css Color HEX #64976D Oxley

📋 copy color: '#64976D'

red 100 ◦ green 151 ◦ blue 109

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

Shades of Oxley #64976D

Tints of Oxley #64976D

RGB

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

 GREEN value IS 151 (59.38% from 255) = 41.94%

 BLUE value IS 109 (42.97% from 255) = 30.28%

R = 27.78%
G = 41.94%
B = 30.28%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.28

 K value IS 0.41

RGB Variations

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

Color information

#64976D (or 0x64976D) is known color: Oxley. HEX triplet: 64, 97 and 6D. RGB value is (100,151,109). Sum of RGB (Red+Green+Blue) = 100+151+109=360 (47% of max value = 765). Red value is 100 (39.45% from 255 or 27.78% from 360); Green value is 151 (59.38% from 255 or 41.94% from 360); Blue value is 109 (42.97% from 255 or 30.28% from 360); Max value from RGB is 151 - color contains mainly: green. Hex color #64976D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #64976D is #9B6892. Grayscale: #838383. Windows color (decimal): -10184851 or 7182180. OLE color: 7182180.

HSL color Cylindrical-coordinate representation of color #64976D: hue angle of 130.59º degrees, saturation: 0.2, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #64976D is Cyan = 0.34, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.41.

Color convert

RGB 100 151 109 -
CMYK 0.34 0 0.28 0.41
HSL 130.59º 0.2% 0.49% -
HSV(B) 130.59º 0.34% 0.59% -
XYZ 19.08 25.95 18.47 -
YUV 130.96 115.6 105.92 -
System Red Green Blue C M Y K H S L
Decimal 100 151 109 0.34 0 0.28 0.41 130.59 0.2 0.49
Hex 64 97 6D 22 0 1C 29 83 14 31
Octal 144 227 155 42 0 34 51 203 24 61
Binary 1100100 10010111 1101101 100010 0 11100 101001 10000011 10100 110001

Color Harmonies of #64976D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64976D

Black with #64976D

Text Example


Text Example

White with #64976D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #64976D; }

 p { color: rgb(100,151,109); }

 H1.HeaderClassName
 {
   color: #64976D;
 }
 .AnyTagClassName
 {
   color: #64976D;
 }
</style>

background-color css

<style>
 a { background-color: #64976D; }

 a { background-color: rgb(100,151,109); }

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

border-color css

<style>
 span { border-color: #64976D; }

 span { border-color: rgb(100,151,109); }

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