#68936C

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

Shades of Laurel #68936C

Tints of Laurel #68936C

Color information

#68936C (or 0x68936C) is unknown color: approx Laurel. HEX triplet: 68, 93 and 6C. RGB value is (104,147,108). Sum of RGB (Red+Green+Blue) = 104+147+108=359 (47% of max value = 765). Red value is 104 (41.02% from 255 or 28.97% from 359); Green value is 147 (57.81% from 255 or 40.95% from 359); Blue value is 108 (42.58% from 255 or 30.08% from 359); Max value from RGB is 147 - color contains mainly: green. Hex color #68936C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #68936C is #976C93. Grayscale: #818181. Windows color (decimal): -9923732 or 7115624. OLE color: 7115624.

HSL color Cylindrical-coordinate representation of color #68936C: hue angle of 125.58º degrees, saturation: 0.17, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #68936C is Cyan = 0.29, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.42.

Color convert

RGB104147108-
CMYK0.2900.270.42
HSL125.58º17.13%49.22%-
HSV(B)125.58º29.25%57.65%-
XYZ18.8524.8918-
YUV129.7115.75109.67-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 28.97%
GREEN value IS 147 (57.81% from 255) = 40.95%
BLUE value IS 108 (42.58% from 255) = 30.08%
R=28.97%
G=40.95%
B=30.08%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1041471080.2900.270.42125.5817.1349.22
Hex68936C1D01B2A7e1131
Octal15022315435033521762161
Binary110100010010011110110011101011011101010111111010001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68936C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #68936C; }

 p { color: rgb(104,147,108); }

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

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

 a { background-color: rgb(104,147,108); }

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

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

 span { border-color: rgb(104,147,108); }

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