#609464

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

Shades of Laurel #609464

Tints of Laurel #609464

Color information

#609464 (or 0x609464) is unknown color: approx Laurel. HEX triplet: 60, 94 and 64. RGB value is (96,148,100). Sum of RGB (Red+Green+Blue) = 96+148+100=344 (45% of max value = 765). Red value is 96 (37.89% from 255 or 27.91% from 344); Green value is 148 (58.20% from 255 or 43.02% from 344); Blue value is 100 (39.45% from 255 or 29.07% from 344); Max value from RGB is 148 - color contains mainly: green. Hex color #609464 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #609464 is #9F6B9B. Grayscale: #7F7F7F. Windows color (decimal): -10447772 or 6591584. OLE color: 6591584.

HSL color Cylindrical-coordinate representation of color #609464: hue angle of 124.62º degrees, saturation: 0.21, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #609464 is Cyan = 0.35, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.42.

Color convert

RGB96148100-
CMYK0.3500.320.42
HSL124.62º21.31%47.84%-
HSV(B)124.62º35.14%58.04%-
XYZ17.7124.5915.87-
YUV126.98112.77105.9-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 27.91%
GREEN value IS 148 (58.20% from 255) = 43.02%
BLUE value IS 100 (39.45% from 255) = 29.07%
R=27.91%
G=43.02%
B=29.07%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal961481000.3500.320.42124.6221.3147.84
Hex609464230202A7d1530
Octal14022414443040521752560
Binary11000001001010011001001000110100000101010111110110101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #609464

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #609464; }

 p { color: rgb(96,148,100); }

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

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

 a { background-color: rgb(96,148,100); }

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

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

 span { border-color: rgb(96,148,100); }

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