#69956E

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

Shades of Laurel #69956E

Tints of Laurel #69956E

Color information

#69956E (or 0x69956E) is unknown color: approx Laurel. HEX triplet: 69, 95 and 6E. RGB value is (105,149,110). Sum of RGB (Red+Green+Blue) = 105+149+110=364 (48% of max value = 765). Red value is 105 (41.41% from 255 or 28.85% from 364); Green value is 149 (58.59% from 255 or 40.93% from 364); Blue value is 110 (43.36% from 255 or 30.22% from 364); Max value from RGB is 149 - color contains mainly: green. Hex color #69956E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #69956E is #966A91. Grayscale: #838383. Windows color (decimal): -9857682 or 7247209. OLE color: 7247209.

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

Color convert

RGB105149110-
CMYK0.3000.260.42
HSL126.82º17.32%49.8%-
HSV(B)126.82º29.53%58.43%-
XYZ19.3925.6218.68-
YUV131.4115.92109.17-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 28.85%
GREEN value IS 149 (58.59% from 255) = 40.93%
BLUE value IS 110 (43.36% from 255) = 30.22%
R=28.85%
G=40.93%
B=30.22%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1051491100.3000.260.42126.8217.3249.8
Hex69956E1E01A2A7f1132
Octal15122515636032521772162
Binary110100110010101110111011110011010101010111111110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69956E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,149,110); }

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

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

 a { background-color: rgb(105,149,110); }

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

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

 span { border-color: rgb(105,149,110); }

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