Html Css Color HEX #64956E Oxley

📋 copy color: '#64956E'

red 100 ◦ green 149 ◦ blue 110

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

Shades of Oxley #64956E

Tints of Oxley #64956E

RGB

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

 GREEN value IS 149 (58.59% from 255) = 41.5%

 BLUE value IS 110 (43.36% from 255) = 30.64%

R = 27.86%
G = 41.5%
B = 30.64%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.26

 K value IS 0.42

RGB Variations

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

Color information

#64956E (or 0x64956E) is known color: Oxley. HEX triplet: 64, 95 and 6E. RGB value is (100,149,110). Sum of RGB (Red+Green+Blue) = 100+149+110=359 (47% of max value = 765). Red value is 100 (39.45% from 255 or 27.86% from 359); Green value is 149 (58.59% from 255 or 41.50% from 359); Blue value is 110 (43.36% from 255 or 30.64% from 359); Max value from RGB is 149 - color contains mainly: green. Hex color #64956E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #64956E is #9B6A91. Grayscale: #828282. Windows color (decimal): -10185362 or 7247204. OLE color: 7247204.

HSL color Cylindrical-coordinate representation of color #64956E: hue angle of 132.24º degrees, saturation: 0.2, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #64956E is Cyan = 0.33, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.42.

Color convert

RGB 100 149 110 -
CMYK 0.33 0 0.26 0.42
HSL 132.24º 0.2% 0.49% -
HSV(B) 132.24º 0.33% 0.58% -
XYZ 18.82 25.33 18.65 -
YUV 129.9 116.77 106.67 -
System Red Green Blue C M Y K H S L
Decimal 100 149 110 0.33 0 0.26 0.42 132.24 0.2 0.49
Hex 64 95 6E 21 0 1A 2A 84 14 31
Octal 144 225 156 41 0 32 52 204 24 61
Binary 1100100 10010101 1101110 100001 0 11010 101010 10000100 10100 110001

Color Harmonies of #64956E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64956E

Black with #64956E

Text Example


Text Example

White with #64956E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #64956E; }

 p { color: rgb(100,149,110); }

 H1.HeaderClassName
 {
   color: #64956E;
 }
 .AnyTagClassName
 {
   color: #64956E;
 }
</style>

background-color css

<style>
 a { background-color: #64956E; }

 a { background-color: rgb(100,149,110); }

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

border-color css

<style>
 span { border-color: #64956E; }

 span { border-color: rgb(100,149,110); }

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