#69931b

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

Shades of Olive Drab #69931B

Tints of Olive Drab #69931B

Color information

#69931B (or 0x69931B) is unknown color: approx Olive Drab. HEX triplet: 69, 93 and 1B. RGB value is (105,147,27). Sum of RGB (Red+Green+Blue) = 105+147+27=279 (36% of max value = 765). Red value is 105 (41.41% from 255 or 37.63% from 279); Green value is 147 (57.81% from 255 or 52.69% from 279); Blue value is 27 (10.94% from 255 or 9.68% from 279); Max value from RGB is 147 - color contains mainly: green. Hex color #69931B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #69931B is #966CE4. Grayscale: #797979. Windows color (decimal): -9858277 or 1807209. OLE color: 1807209.

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

Color convert

RGB10514727-
CMYK0.2900.820.42
HSL81º68.97%34.12%-
HSV(B)81º81.63%57.65%-
XYZ16.4623.954.79-
YUV120.7675.09116.76-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 37.63%
GREEN value IS 147 (57.81% from 255) = 52.69%
BLUE value IS 27 (10.94% from 255) = 9.68%
R=37.63%
G=52.69%
B=9.68%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal105147270.2900.820.428168.9734.12
Hex69931B1D0522A514522
Octal151223333501225212110542
Binary11010011001001111011111010101001010101010100011000101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69931b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #69931b; }

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

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

<style>
 a { background-color: #69931b; }

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

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

<style>
 span { border-color: #69931b; }

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

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