#68906A

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

Shades of Laurel #68906A

Tints of Laurel #68906A

Color information

#68906A (or 0x68906A) is unknown color: approx Laurel. HEX triplet: 68, 90 and 6A. RGB value is (104,144,106). Sum of RGB (Red+Green+Blue) = 104+144+106=354 (46% of max value = 765). Red value is 104 (41.02% from 255 or 29.38% from 354); Green value is 144 (56.64% from 255 or 40.68% from 354); Blue value is 106 (41.80% from 255 or 29.94% from 354); Max value from RGB is 144 - color contains mainly: green. Hex color #68906A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #68906A is #976F95. Grayscale: #7F7F7F. Windows color (decimal): -9924502 or 6983784. OLE color: 6983784.

HSL color Cylindrical-coordinate representation of color #68906A: hue angle of 123º 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 #68906A is Cyan = 0.28, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.44.

Color convert

RGB104144106-
CMYK0.2800.260.44
HSL123º16.13%48.63%-
HSV(B)123º27.78%56.47%-
XYZ18.2823.9317.29-
YUV127.71115.75111.09-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 29.38%
GREEN value IS 144 (56.64% from 255) = 40.68%
BLUE value IS 106 (41.80% from 255) = 29.94%
R=29.38%
G=40.68%
B=29.94%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1041441060.2800.260.4412316.1348.63
Hex68906A1C01A2C7b1031
Octal15022015234032541732061
Binary110100010010000110101011100011010101100111101110000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68906A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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