#60926A

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

Shades of Laurel #60926A

Tints of Laurel #60926A

Color information

#60926A (or 0x60926A) is unknown color: approx Laurel. HEX triplet: 60, 92 and 6A. RGB value is (96,146,106). Sum of RGB (Red+Green+Blue) = 96+146+106=348 (46% of max value = 765). Red value is 96 (37.89% from 255 or 27.59% from 348); Green value is 146 (57.42% from 255 or 41.95% from 348); Blue value is 106 (41.80% from 255 or 30.46% from 348); Max value from RGB is 146 - color contains mainly: green. Hex color #60926A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #60926A is #9F6D95. Grayscale: #7E7E7E. Windows color (decimal): -10448278 or 6984288. OLE color: 6984288.

HSL color Cylindrical-coordinate representation of color #60926A: hue angle of 132º degrees, saturation: 0.21, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #60926A is Cyan = 0.34, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.43.

Color convert

RGB96146106-
CMYK0.3400.270.43
HSL132º20.66%47.45%-
HSV(B)132º34.25%57.25%-
XYZ17.724.0917.35-
YUV126.49116.44106.25-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 27.59%
GREEN value IS 146 (57.42% from 255) = 41.95%
BLUE value IS 106 (41.80% from 255) = 30.46%
R=27.59%
G=41.95%
B=30.46%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal961461060.3400.270.4313220.6647.45
Hex60926A2201B2B84152f
Octal14022215242033532042557
Binary11000001001001011010101000100110111010111000010010101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60926A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #60926A; }

 p { color: rgb(96,146,106); }

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

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

 a { background-color: rgb(96,146,106); }

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

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

 span { border-color: rgb(96,146,106); }

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