#69936F

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

Shades of Laurel #69936F

Tints of Laurel #69936F

Color information

#69936F (or 0x69936F) is unknown color: approx Laurel. HEX triplet: 69, 93 and 6F. RGB value is (105,147,111). Sum of RGB (Red+Green+Blue) = 105+147+111=363 (48% of max value = 765). Red value is 105 (41.41% from 255 or 28.93% from 363); Green value is 147 (57.81% from 255 or 40.50% from 363); Blue value is 111 (43.75% from 255 or 30.58% from 363); Max value from RGB is 147 - color contains mainly: green. Hex color #69936F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #69936F is #966C90. Grayscale: #828282. Windows color (decimal): -9858193 or 7312233. OLE color: 7312233.

HSL color Cylindrical-coordinate representation of color #69936F: hue angle of 128.57º degrees, saturation: 0.17, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #69936F is Cyan = 0.29, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.42.

Color convert

RGB105147111-
CMYK0.2900.240.42
HSL128.57º16.67%49.41%-
HSV(B)128.57º28.57%57.65%-
XYZ19.1325.0218.86-
YUV130.34117.09109.93-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 28.93%
GREEN value IS 147 (57.81% from 255) = 40.50%
BLUE value IS 111 (43.75% from 255) = 30.58%
R=28.93%
G=40.50%
B=30.58%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1051471110.2900.240.42128.5716.6749.41
Hex69936F1D0182A811131
Octal15122315735030522012161
Binary1101001100100111101111111010110001010101000000110001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69936F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #69936F; }

 p { color: rgb(105,147,111); }

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

<style>
 a { background-color: #69936F; }

 a { background-color: rgb(105,147,111); }

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

<style>
 span { border-color: #69936F; }

 span { border-color: rgb(105,147,111); }

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