#6C9968

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

Shades of Laurel #6C9968

Tints of Laurel #6C9968

Color information

#6C9968 (or 0x6C9968) is unknown color: approx Laurel. HEX triplet: 6C, 99 and 68. RGB value is (108,153,104). Sum of RGB (Red+Green+Blue) = 108+153+104=365 (48% of max value = 765). Red value is 108 (42.58% from 255 or 29.59% from 365); Green value is 153 (60.16% from 255 or 41.92% from 365); Blue value is 104 (41.02% from 255 or 28.49% from 365); Max value from RGB is 153 - color contains mainly: green. Hex color #6C9968 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6C9968 is #936697. Grayscale: #868686. Windows color (decimal): -9660056 or 6855020. OLE color: 6855020.

HSL color Cylindrical-coordinate representation of color #6C9968: hue angle of 115.1º 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 #6C9968 is Cyan = 0.29, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.4.

Color convert

RGB108153104-
CMYK0.2900.320.4
HSL115.1º19.37%50.39%-
HSV(B)115.1º32.03%60%-
XYZ20.0726.9717.24-
YUV133.96111.09109.48-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 29.59%
GREEN value IS 153 (60.16% from 255) = 41.92%
BLUE value IS 104 (41.02% from 255) = 28.49%
R=29.59%
G=41.92%
B=28.49%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1081531040.2900.320.4115.119.3750.39
Hex6C99681D02028731332
Octal15423115035040501632362
Binary1101100100110011101000111010100000101000111001110011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C9968

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6C9968; }

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

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

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

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

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

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

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

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