#609467

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

Shades of Laurel #609467

Tints of Laurel #609467

Color information

#609467 (or 0x609467) is unknown color: approx Laurel. HEX triplet: 60, 94 and 67. RGB value is (96,148,103). Sum of RGB (Red+Green+Blue) = 96+148+103=347 (45% of max value = 765). Red value is 96 (37.89% from 255 or 27.67% from 347); Green value is 148 (58.20% from 255 or 42.65% from 347); Blue value is 103 (40.62% from 255 or 29.68% from 347); Max value from RGB is 148 - color contains mainly: green. Hex color #609467 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #609467 is #9F6B98. Grayscale: #7F7F7F. Windows color (decimal): -10447769 or 6788192. OLE color: 6788192.

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

Color convert

RGB96148103-
CMYK0.3500.300.42
HSL128.08º21.31%47.84%-
HSV(B)128.08º35.14%58.04%-
XYZ17.8624.6516.65-
YUV127.32114.27105.66-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 27.67%
GREEN value IS 148 (58.20% from 255) = 42.65%
BLUE value IS 103 (40.62% from 255) = 29.68%
R=27.67%
G=42.65%
B=29.68%

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
Decimal961481030.3500.300.42128.0821.3147.84
Hex6094672301E2A801530
Octal14022414743036522002560
Binary11000001001010011001111000110111101010101000000010101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #609467

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #609467; }

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

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

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

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

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

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

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

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