#609468

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

Shades of Laurel #609468

Tints of Laurel #609468

Color information

#609468 (or 0x609468) is unknown color: approx Laurel. HEX triplet: 60, 94 and 68. RGB value is (96,148,104). Sum of RGB (Red+Green+Blue) = 96+148+104=348 (46% of max value = 765). Red value is 96 (37.89% from 255 or 27.59% from 348); Green value is 148 (58.20% from 255 or 42.53% from 348); Blue value is 104 (41.02% from 255 or 29.89% from 348); Max value from RGB is 148 - color contains mainly: green. Hex color #609468 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #609468 is #9F6B97. Grayscale: #7F7F7F. Windows color (decimal): -10447768 or 6853728. OLE color: 6853728.

HSL color Cylindrical-coordinate representation of color #609468: hue angle of 129.23º 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 #609468 is Cyan = 0.35, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.42.

Color convert

RGB96148104-
CMYK0.3500.300.42
HSL129.23º21.31%47.84%-
HSV(B)129.23º35.14%58.04%-
XYZ17.9124.6716.91-
YUV127.44114.77105.58-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 27.59%
GREEN value IS 148 (58.20% from 255) = 42.53%
BLUE value IS 104 (41.02% from 255) = 29.89%
R=27.59%
G=42.53%
B=29.89%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal961481040.3500.300.42129.2321.3147.84
Hex6094682301E2A811530
Octal14022415043036522012560
Binary11000001001010011010001000110111101010101000000110101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #609468

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #609468; }

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

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

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

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

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

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

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

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