#68946F

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

Shades of Laurel #68946F

Tints of Laurel #68946F

Color information

#68946F (or 0x68946F) is unknown color: approx Laurel. HEX triplet: 68, 94 and 6F. RGB value is (104,148,111). Sum of RGB (Red+Green+Blue) = 104+148+111=363 (48% of max value = 765). Red value is 104 (41.02% from 255 or 28.65% from 363); Green value is 148 (58.20% from 255 or 40.77% from 363); Blue value is 111 (43.75% from 255 or 30.58% from 363); Max value from RGB is 148 - color contains mainly: green. Hex color #68946F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #68946F is #976B90. Grayscale: #828282. Windows color (decimal): -9923473 or 7312488. OLE color: 7312488.

HSL color Cylindrical-coordinate representation of color #68946F: hue angle of 129.55º 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 #68946F is Cyan = 0.30, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.42.

Color convert

RGB104148111-
CMYK0.3000.250.42
HSL129.55º17.46%49.41%-
HSV(B)129.55º29.73%58.04%-
XYZ19.1725.2718.91-
YUV130.63116.92109.01-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 28.65%
GREEN value IS 148 (58.20% from 255) = 40.77%
BLUE value IS 111 (43.75% from 255) = 30.58%
R=28.65%
G=40.77%
B=30.58%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1041481110.3000.250.42129.5517.4649.41
Hex68946F1E0192A821131
Octal15022415736031522022161
Binary1101000100101001101111111100110011010101000001010001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68946F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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