#609068

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

Shades of Laurel #609068

Tints of Laurel #609068

Color information

#609068 (or 0x609068) is unknown color: approx Laurel. HEX triplet: 60, 90 and 68. RGB value is (96,144,104). Sum of RGB (Red+Green+Blue) = 96+144+104=344 (45% of max value = 765). Red value is 96 (37.89% from 255 or 27.91% from 344); Green value is 144 (56.64% from 255 or 41.86% from 344); Blue value is 104 (41.02% from 255 or 30.23% from 344); Max value from RGB is 144 - color contains mainly: green. Hex color #609068 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #609068 is #9F6F97. Grayscale: #7D7D7D. Windows color (decimal): -10448792 or 6852704. OLE color: 6852704.

HSL color Cylindrical-coordinate representation of color #609068: hue angle of 130º degrees, saturation: 0.2, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #609068 is Cyan = 0.33, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.44.

Color convert

RGB96144104-
CMYK0.3300.280.44
HSL130º20%47.06%-
HSV(B)130º33.33%56.47%-
XYZ17.323.4316.71-
YUV125.09116.1107.25-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 27.91%
GREEN value IS 144 (56.64% from 255) = 41.86%
BLUE value IS 104 (41.02% from 255) = 30.23%
R=27.91%
G=41.86%
B=30.23%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal961441040.3300.280.441302047.06
Hex6090682101C2C82142f
Octal14022015041034542022457
Binary11000001001000011010001000010111001011001000001010100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #609068

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #609068; }

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

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

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

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

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

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

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

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