#69936D

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

Shades of Laurel #69936D

Tints of Laurel #69936D

Color information

#69936D (or 0x69936D) is unknown color: approx Laurel. HEX triplet: 69, 93 and 6D. RGB value is (105,147,109). Sum of RGB (Red+Green+Blue) = 105+147+109=361 (47% of max value = 765). Red value is 105 (41.41% from 255 or 29.09% from 361); Green value is 147 (57.81% from 255 or 40.72% from 361); Blue value is 109 (42.97% from 255 or 30.19% from 361); Max value from RGB is 147 - color contains mainly: green. Hex color #69936D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #69936D is #966C92. Grayscale: #828282. Windows color (decimal): -9858195 or 7181161. OLE color: 7181161.

HSL color Cylindrical-coordinate representation of color #69936D: hue angle of 125.71º 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 #69936D is Cyan = 0.29, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.42.

Color convert

RGB105147109-
CMYK0.2900.260.42
HSL125.71º16.67%49.41%-
HSV(B)125.71º28.57%57.65%-
XYZ19.0224.9718.29-
YUV130.11116.09110.09-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 29.09%
GREEN value IS 147 (57.81% from 255) = 40.72%
BLUE value IS 109 (42.97% from 255) = 30.19%
R=29.09%
G=40.72%
B=30.19%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1051471090.2900.260.42125.7116.6749.41
Hex69936D1D01A2A7e1131
Octal15122315535032521762161
Binary110100110010011110110111101011010101010111111010001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69936D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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