#69932B

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

Shades of Olive Drab #69932B

Tints of Olive Drab #69932B

Color information

#69932B (or 0x69932B) is unknown color: approx Olive Drab. HEX triplet: 69, 93 and 2B. RGB value is (105,147,43). Sum of RGB (Red+Green+Blue) = 105+147+43=295 (39% of max value = 765). Red value is 105 (41.41% from 255 or 35.59% from 295); Green value is 147 (57.81% from 255 or 49.83% from 295); Blue value is 43 (17.19% from 255 or 14.58% from 295); Max value from RGB is 147 - color contains mainly: green. Hex color #69932B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #69932B is #966CD4. Grayscale: #7A7A7A. Windows color (decimal): -9858261 or 2855785. OLE color: 2855785.

HSL color Cylindrical-coordinate representation of color #69932B: hue angle of 84.23º degrees, saturation: 0.55, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #69932B is Cyan = 0.29, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.42.

Color convert

RGB10514743-
CMYK0.2900.710.42
HSL84.23º54.74%37.25%-
HSV(B)84.23º70.75%57.65%-
XYZ16.724.056.05-
YUV122.5983.09115.46-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 35.59%
GREEN value IS 147 (57.81% from 255) = 49.83%
BLUE value IS 43 (17.19% from 255) = 14.58%
R=35.59%
G=49.83%
B=14.58%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal105147430.2900.710.4284.2354.7437.25
Hex69932B1D0472A543725
Octal15122353350107521246745
Binary11010011001001110101111101010001111010101010100110111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69932B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #69932B; }

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

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

<style>
 a { background-color: #69932B; }

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

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

<style>
 span { border-color: #69932B; }

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

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