#68986A

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

Shades of Laurel #68986A

Tints of Laurel #68986A

Color information

#68986A (or 0x68986A) is unknown color: approx Laurel. HEX triplet: 68, 98 and 6A. RGB value is (104,152,106). Sum of RGB (Red+Green+Blue) = 104+152+106=362 (47% of max value = 765). Red value is 104 (41.02% from 255 or 28.73% from 362); Green value is 152 (59.77% from 255 or 41.99% from 362); Blue value is 106 (41.80% from 255 or 29.28% from 362); Max value from RGB is 152 - color contains mainly: green. Hex color #68986A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #68986A is #976795. Grayscale: #848484. Windows color (decimal): -9922454 or 6985832. OLE color: 6985832.

HSL color Cylindrical-coordinate representation of color #68986A: hue angle of 122.5º degrees, saturation: 0.19, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #68986A is Cyan = 0.32, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.40.

Color convert

RGB104152106-
CMYK0.3200.300.40
HSL122.5º18.9%50.2%-
HSV(B)122.5º31.58%59.61%-
XYZ19.5426.4417.71-
YUV132.4113.1107.74-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 28.73%
GREEN value IS 152 (59.77% from 255) = 41.99%
BLUE value IS 106 (41.80% from 255) = 29.28%
R=28.73%
G=41.99%
B=29.28%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1041521060.3200.300.40122.518.950.2
Hex68986A2001E287a1332
Octal15023015240036501722362
Binary1101000100110001101010100000011110101000111101010011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68986A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,152,106); }

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

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

 a { background-color: rgb(104,152,106); }

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

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

 span { border-color: rgb(104,152,106); }

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