#609469

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

Shades of Laurel #609469

Tints of Laurel #609469

Color information

#609469 (or 0x609469) is unknown color: approx Laurel. HEX triplet: 60, 94 and 69. RGB value is (96,148,105). Sum of RGB (Red+Green+Blue) = 96+148+105=349 (46% of max value = 765). Red value is 96 (37.89% from 255 or 27.51% from 349); Green value is 148 (58.20% from 255 or 42.41% from 349); Blue value is 105 (41.41% from 255 or 30.09% from 349); Max value from RGB is 148 - color contains mainly: green. Hex color #609469 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #609469 is #9F6B96. Grayscale: #7F7F7F. Windows color (decimal): -10447767 or 6919264. OLE color: 6919264.

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

Color convert

RGB96148105-
CMYK0.3500.290.42
HSL130.38º21.31%47.84%-
HSV(B)130.38º35.14%58.04%-
XYZ17.9624.6917.18-
YUV127.55115.27105.5-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 27.51%
GREEN value IS 148 (58.20% from 255) = 42.41%
BLUE value IS 105 (41.41% from 255) = 30.09%
R=27.51%
G=42.41%
B=30.09%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal961481050.3500.290.42130.3821.3147.84
Hex6094692301D2A821530
Octal14022415143035522022560
Binary11000001001010011010011000110111011010101000001010101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #609469

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #609469; }

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

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

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

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

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

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

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

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