#64976A

Color #64976A Laurel (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Laurel #64976A

Tints of Laurel #64976A

Color information

#64976A (or 0x64976A) is unknown color: approx Laurel. HEX triplet: 64, 97 and 6A. RGB value is (100,151,106). Sum of RGB (Red+Green+Blue) = 100+151+106=357 (47% of max value = 765). Red value is 100 (39.45% from 255 or 28.01% from 357); Green value is 151 (59.38% from 255 or 42.30% from 357); Blue value is 106 (41.80% from 255 or 29.69% from 357); Max value from RGB is 151 - color contains mainly: green. Hex color #64976A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #64976A is #9B6895. Grayscale: #828282. Windows color (decimal): -10184854 or 6985572. OLE color: 6985572.

HSL color Cylindrical-coordinate representation of color #64976A: hue angle of 127.06º 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 #64976A is Cyan = 0.34, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.41.

Color convert

RGB100151106-
CMYK0.3400.300.41
HSL127.06º20.32%49.22%-
HSV(B)127.06º33.77%59.22%-
XYZ18.9225.8817.63-
YUV130.62114.1106.16-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 28.01%
GREEN value IS 151 (59.38% from 255) = 42.30%
BLUE value IS 106 (41.80% from 255) = 29.69%
R=28.01%
G=42.30%
B=29.69%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1001511060.3400.300.41127.0620.3249.22
Hex64976A2201E297f1431
Octal14422715242036511772461
Binary1100100100101111101010100010011110101001111111110100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64976A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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