#69836E

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

Shades of Laurel #69836E

Tints of Laurel #69836E

Color information

#69836E (or 0x69836E) is unknown color: approx Laurel. HEX triplet: 69, 83 and 6E. RGB value is (105,131,110). Sum of RGB (Red+Green+Blue) = 105+131+110=346 (45% of max value = 765). Red value is 105 (41.41% from 255 or 30.35% from 346); Green value is 131 (51.56% from 255 or 37.86% from 346); Blue value is 110 (43.36% from 255 or 31.79% from 346); Max value from RGB is 131 - color contains mainly: green. Hex color #69836E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #69836E is #967C91. Grayscale: #787878. Windows color (decimal): -9862290 or 7242601. OLE color: 7242601.

HSL color Cylindrical-coordinate representation of color #69836E: hue angle of 131.54º degrees, saturation: 0.11, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #69836E is Cyan = 0.20, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.49.

Color convert

RGB105131110-
CMYK0.2000.160.49
HSL131.54º11.02%46.27%-
HSV(B)131.54º19.85%51.37%-
XYZ16.7620.3617.8-
YUV120.83121.89116.71-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 30.35%
GREEN value IS 131 (51.56% from 255) = 37.86%
BLUE value IS 110 (43.36% from 255) = 31.79%
R=30.35%
G=37.86%
B=31.79%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1051311100.2000.160.49131.5411.0246.27
Hex69836E140103184b2e
Octal15120315624020612041356
Binary110100110000011110111010100010000110001100001001011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69836E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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