#69996D

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

Shades of Laurel #69996D

Tints of Laurel #69996D

Color information

#69996D (or 0x69996D) is unknown color: approx Laurel. HEX triplet: 69, 99 and 6D. RGB value is (105,153,109). Sum of RGB (Red+Green+Blue) = 105+153+109=367 (48% of max value = 765). Red value is 105 (41.41% from 255 or 28.61% from 367); Green value is 153 (60.16% from 255 or 41.69% from 367); Blue value is 109 (42.97% from 255 or 29.70% from 367); Max value from RGB is 153 - color contains mainly: green. Hex color #69996D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #69996D is #966692. Grayscale: #858585. Windows color (decimal): -9856659 or 7182697. OLE color: 7182697.

HSL color Cylindrical-coordinate representation of color #69996D: hue angle of 125º degrees, saturation: 0.19, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #69996D is Cyan = 0.31, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.4.

Color convert

RGB105153109-
CMYK0.3100.290.4
HSL125º19.05%50.59%-
HSV(B)125º31.37%60%-
XYZ19.9826.8918.61-
YUV133.63114.1107.58-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 28.61%
GREEN value IS 153 (60.16% from 255) = 41.69%
BLUE value IS 109 (42.97% from 255) = 29.70%
R=28.61%
G=41.69%
B=29.70%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1051531090.3100.290.412519.0550.59
Hex69996D1F01D287d1333
Octal15123115537035501752363
Binary110100110011001110110111111011101101000111110110011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69996D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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