#68906D

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

Shades of Laurel #68906D

Tints of Laurel #68906D

Color information

#68906D (or 0x68906D) is unknown color: approx Laurel. HEX triplet: 68, 90 and 6D. RGB value is (104,144,109). Sum of RGB (Red+Green+Blue) = 104+144+109=357 (47% of max value = 765). Red value is 104 (41.02% from 255 or 29.13% from 357); Green value is 144 (56.64% from 255 or 40.34% from 357); Blue value is 109 (42.97% from 255 or 30.53% from 357); Max value from RGB is 144 - color contains mainly: green. Hex color #68906D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #68906D is #976F92. Grayscale: #808080. Windows color (decimal): -9924499 or 7180392. OLE color: 7180392.

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

Color convert

RGB104144109-
CMYK0.2800.240.44
HSL127.5º16.13%48.63%-
HSV(B)127.5º27.78%56.47%-
XYZ18.4423.9918.13-
YUV128.05117.25110.85-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 29.13%
GREEN value IS 144 (56.64% from 255) = 40.34%
BLUE value IS 109 (42.97% from 255) = 30.53%
R=29.13%
G=40.34%
B=30.53%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1041441090.2800.240.44127.516.1348.63
Hex68906D1C0182C801031
Octal15022015534030542002061
Binary1101000100100001101101111000110001011001000000010000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68906D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #68906D; }

 p { color: rgb(104,144,109); }

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

<style>
 a { background-color: #68906D; }

 a { background-color: rgb(104,144,109); }

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

<style>
 span { border-color: #68906D; }

 span { border-color: rgb(104,144,109); }

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