#609465

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

Shades of Laurel #609465

Tints of Laurel #609465

Color information

#609465 (or 0x609465) is unknown color: approx Laurel. HEX triplet: 60, 94 and 65. RGB value is (96,148,101). Sum of RGB (Red+Green+Blue) = 96+148+101=345 (45% of max value = 765). Red value is 96 (37.89% from 255 or 27.83% from 345); Green value is 148 (58.20% from 255 or 42.90% from 345); Blue value is 101 (39.84% from 255 or 29.28% from 345); Max value from RGB is 148 - color contains mainly: green. Hex color #609465 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #609465 is #9F6B9A. Grayscale: #7F7F7F. Windows color (decimal): -10447771 or 6657120. OLE color: 6657120.

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

Color convert

RGB96148101-
CMYK0.3500.320.42
HSL125.77º21.31%47.84%-
HSV(B)125.77º35.14%58.04%-
XYZ17.7624.6116.13-
YUV127.09113.27105.82-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 27.83%
GREEN value IS 148 (58.20% from 255) = 42.90%
BLUE value IS 101 (39.84% from 255) = 29.28%
R=27.83%
G=42.90%
B=29.28%

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
Decimal961481010.3500.320.42125.7721.3147.84
Hex609465230202A7e1530
Octal14022414543040521762560
Binary11000001001010011001011000110100000101010111111010101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #609465

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #609465; }

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

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

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

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

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

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

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

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