#69902D

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

Shades of Olive Drab #69902D

Tints of Olive Drab #69902D

Color information

#69902D (or 0x69902D) is unknown color: approx Olive Drab. HEX triplet: 69, 90 and 2D. RGB value is (105,144,45). Sum of RGB (Red+Green+Blue) = 105+144+45=294 (38% of max value = 765). Red value is 105 (41.41% from 255 or 35.71% from 294); Green value is 144 (56.64% from 255 or 48.98% from 294); Blue value is 45 (17.97% from 255 or 15.31% from 294); Max value from RGB is 144 - color contains mainly: green. Hex color #69902D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #69902D is #966FD2. Grayscale: #797979. Windows color (decimal): -9859027 or 2986089. OLE color: 2986089.

HSL color Cylindrical-coordinate representation of color #69902D: hue angle of 83.64º degrees, saturation: 0.52, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #69902D is Cyan = 0.27, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.44.

Color convert

RGB10514445-
CMYK0.2700.690.44
HSL83.64º52.38%37.06%-
HSV(B)83.64º68.75%56.47%-
XYZ16.2723.146.09-
YUV121.0585.08116.55-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 35.71%
GREEN value IS 144 (56.64% from 255) = 48.98%
BLUE value IS 45 (17.97% from 255) = 15.31%
R=35.71%
G=48.98%
B=15.31%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal105144450.2700.690.4483.6452.3837.06
Hex69902D1B0452C543425
Octal15122055330105541246445
Binary11010011001000010110111011010001011011001010100110100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69902D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,144,45); }

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

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

 a { background-color: rgb(105,144,45); }

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

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

 span { border-color: rgb(105,144,45); }

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