#609466

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

Shades of Laurel #609466

Tints of Laurel #609466

Color information

#609466 (or 0x609466) is unknown color: approx Laurel. HEX triplet: 60, 94 and 66. RGB value is (96,148,102). Sum of RGB (Red+Green+Blue) = 96+148+102=346 (45% of max value = 765). Red value is 96 (37.89% from 255 or 27.75% from 346); Green value is 148 (58.20% from 255 or 42.77% from 346); Blue value is 102 (40.23% from 255 or 29.48% from 346); Max value from RGB is 148 - color contains mainly: green. Hex color #609466 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #609466 is #9F6B99. Grayscale: #7F7F7F. Windows color (decimal): -10447770 or 6722656. OLE color: 6722656.

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

Color convert

RGB96148102-
CMYK0.3500.310.42
HSL126.92º21.31%47.84%-
HSV(B)126.92º35.14%58.04%-
XYZ17.8124.6316.38-
YUV127.21113.77105.74-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 27.75%
GREEN value IS 148 (58.20% from 255) = 42.77%
BLUE value IS 102 (40.23% from 255) = 29.48%
R=27.75%
G=42.77%
B=29.48%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal961481020.3500.310.42126.9221.3147.84
Hex6094662301F2A7f1530
Octal14022414643037521772560
Binary1100000100101001100110100011011111101010111111110101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #609466

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #609466; }

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

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

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

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

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

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

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

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