#68946C

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

Shades of Laurel #68946C

Tints of Laurel #68946C

Color information

#68946C (or 0x68946C) is unknown color: approx Laurel. HEX triplet: 68, 94 and 6C. RGB value is (104,148,108). Sum of RGB (Red+Green+Blue) = 104+148+108=360 (47% of max value = 765). Red value is 104 (41.02% from 255 or 28.89% from 360); Green value is 148 (58.20% from 255 or 41.11% from 360); Blue value is 108 (42.58% from 255 or 30% from 360); Max value from RGB is 148 - color contains mainly: green. Hex color #68946C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #68946C is #976B93. Grayscale: #828282. Windows color (decimal): -9923476 or 7115880. OLE color: 7115880.

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

Color convert

RGB104148108-
CMYK0.3000.270.42
HSL125.45º17.46%49.41%-
HSV(B)125.45º29.73%58.04%-
XYZ19.0125.2118.05-
YUV130.28115.42109.25-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 28.89%
GREEN value IS 148 (58.20% from 255) = 41.11%
BLUE value IS 108 (42.58% from 255) = 30%
R=28.89%
G=41.11%
B=30%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1041481080.3000.270.42125.4517.4649.41
Hex68946C1E01B2A7d1131
Octal15022415436033521752161
Binary110100010010100110110011110011011101010111110110001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68946C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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