#68916E

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

Shades of Laurel #68916E

Tints of Laurel #68916E

Color information

#68916E (or 0x68916E) is unknown color: approx Laurel. HEX triplet: 68, 91 and 6E. RGB value is (104,145,110). Sum of RGB (Red+Green+Blue) = 104+145+110=359 (47% of max value = 765). Red value is 104 (41.02% from 255 or 28.97% from 359); Green value is 145 (57.03% from 255 or 40.39% from 359); Blue value is 110 (43.36% from 255 or 30.64% from 359); Max value from RGB is 145 - color contains mainly: green. Hex color #68916E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #68916E is #976E91. Grayscale: #808080. Windows color (decimal): -9924242 or 7246184. OLE color: 7246184.

HSL color Cylindrical-coordinate representation of color #68916E: hue angle of 128.78º degrees, saturation: 0.16, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #68916E is Cyan = 0.28, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.43.

Color convert

RGB104145110-
CMYK0.2800.240.43
HSL128.78º16.47%48.82%-
HSV(B)128.78º28.28%56.86%-
XYZ18.6524.3218.46-
YUV128.75117.42110.35-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 28.97%
GREEN value IS 145 (57.03% from 255) = 40.39%
BLUE value IS 110 (43.36% from 255) = 30.64%
R=28.97%
G=40.39%
B=30.64%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1041451100.2800.240.43128.7816.4748.82
Hex68916E1C0182B811031
Octal15022115634030532012061
Binary1101000100100011101110111000110001010111000000110000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68916E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #68916E; }

 p { color: rgb(104,145,110); }

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

<style>
 a { background-color: #68916E; }

 a { background-color: rgb(104,145,110); }

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

<style>
 span { border-color: #68916E; }

 span { border-color: rgb(104,145,110); }

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