#609568

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

Shades of Laurel #609568

Tints of Laurel #609568

Color information

#609568 (or 0x609568) is unknown color: approx Laurel. HEX triplet: 60, 95 and 68. RGB value is (96,149,104). Sum of RGB (Red+Green+Blue) = 96+149+104=349 (46% of max value = 765). Red value is 96 (37.89% from 255 or 27.51% from 349); Green value is 149 (58.59% from 255 or 42.69% from 349); Blue value is 104 (41.02% from 255 or 29.80% from 349); Max value from RGB is 149 - color contains mainly: green. Hex color #609568 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #609568 is #9F6A97. Grayscale: #808080. Windows color (decimal): -10447512 or 6853984. OLE color: 6853984.

HSL color Cylindrical-coordinate representation of color #609568: hue angle of 129.06º degrees, saturation: 0.22, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #609568 is Cyan = 0.36, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.42.

Color convert

RGB96149104-
CMYK0.3600.300.42
HSL129.06º21.63%48.04%-
HSV(B)129.06º35.57%58.43%-
XYZ18.0724.9816.97-
YUV128.02114.44105.16-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 27.51%
GREEN value IS 149 (58.59% from 255) = 42.69%
BLUE value IS 104 (41.02% from 255) = 29.80%
R=27.51%
G=42.69%
B=29.80%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal961491040.3600.300.42129.0621.6348.04
Hex6095682401E2A811630
Octal14022515044036522012660
Binary11000001001010111010001001000111101010101000000110110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #609568

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #609568; }

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

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

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

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

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

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

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

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