#69836A

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

Shades of Laurel #69836A

Tints of Laurel #69836A

Color information

#69836A (or 0x69836A) is unknown color: approx Laurel. HEX triplet: 69, 83 and 6A. RGB value is (105,131,106). Sum of RGB (Red+Green+Blue) = 105+131+106=342 (45% of max value = 765). Red value is 105 (41.41% from 255 or 30.70% from 342); Green value is 131 (51.56% from 255 or 38.30% from 342); Blue value is 106 (41.80% from 255 or 30.99% from 342); Max value from RGB is 131 - color contains mainly: green. Hex color #69836A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #69836A is #967C95. Grayscale: #787878. Windows color (decimal): -9862294 or 6980457. OLE color: 6980457.

HSL color Cylindrical-coordinate representation of color #69836A: hue angle of 122.31º 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 #69836A is Cyan = 0.20, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.49.

Color convert

RGB105131106-
CMYK0.2000.190.49
HSL122.31º11.02%46.27%-
HSV(B)122.31º19.85%51.37%-
XYZ16.5420.2816.68-
YUV120.38119.89117.03-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 30.70%
GREEN value IS 131 (51.56% from 255) = 38.30%
BLUE value IS 106 (41.80% from 255) = 30.99%
R=30.70%
G=38.30%
B=30.99%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1051311060.2000.190.49122.3111.0246.27
Hex69836A14013317ab2e
Octal15120315224023611721356
Binary11010011000001111010101010001001111000111110101011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69836A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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