#64996C

Color #64996C Oxley (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Oxley #64996C

Tints of Oxley #64996C

Color information

#64996C (or 0x64996C) is unknown color: approx Oxley. HEX triplet: 64, 99 and 6C. RGB value is (100,153,108). Sum of RGB (Red+Green+Blue) = 100+153+108=361 (47% of max value = 765). Red value is 100 (39.45% from 255 or 27.70% from 361); Green value is 153 (60.16% from 255 or 42.38% from 361); Blue value is 108 (42.58% from 255 or 29.92% from 361); Max value from RGB is 153 - color contains mainly: green. Hex color #64996C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #64996C is #9B6693. Grayscale: #848484. Windows color (decimal): -10184340 or 7117156. OLE color: 7117156.

HSL color Cylindrical-coordinate representation of color #64996C: hue angle of 129.06º degrees, saturation: 0.21, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #64996C is Cyan = 0.35, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.4.

Color convert

RGB100153108-
CMYK0.3500.290.4
HSL129.06º20.95%49.61%-
HSV(B)129.06º34.64%60%-
XYZ19.3526.5718.3-
YUV132.02114.44105.16-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 27.70%
GREEN value IS 153 (60.16% from 255) = 42.38%
BLUE value IS 108 (42.58% from 255) = 29.92%
R=27.70%
G=42.38%
B=29.92%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1001531080.3500.290.4129.0620.9549.61
Hex64996C2301D28811532
Octal14423115443035502012562
Binary11001001001100111011001000110111011010001000000110101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64996C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #64996C; }

 p { color: rgb(100,153,108); }

 H1.HeaderClassName
 {
   color: #64996C;
 }
 .AnyTagClassName
 {
   color: #64996C;
 }
</style>
background-color css

<style>
 a { background-color: #64996C; }

 a { background-color: rgb(100,153,108); }

 div.DivClassName
 {
   background-color: #64996C;
 }
 .BgClassName
 {
   background-color: #64996C;
 }
</style>
border-color css

<style>
 span { border-color: #64996C; }

 span { border-color: rgb(100,153,108); }

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