#69930D

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

Shades of Olive Drab #69930D

Tints of Olive Drab #69930D

Color information

#69930D (or 0x69930D) is unknown color: approx Olive Drab. HEX triplet: 69, 93 and 0D. RGB value is (105,147,13). Sum of RGB (Red+Green+Blue) = 105+147+13=265 (35% of max value = 765). Red value is 105 (41.41% from 255 or 39.62% from 265); Green value is 147 (57.81% from 255 or 55.47% from 265); Blue value is 13 (5.47% from 255 or 4.91% from 265); Max value from RGB is 147 - color contains mainly: green. Hex color #69930D is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #69930D is #966CF2. Grayscale: #777777. Windows color (decimal): -9858291 or 889705. OLE color: 889705.

HSL color Cylindrical-coordinate representation of color #69930D: hue angle of 78.81º degrees, saturation: 0.84, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #69930D is Cyan = 0.29, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.42.

Color convert

RGB10514713-
CMYK0.2900.910.42
HSL78.81º83.75%31.37%-
HSV(B)78.81º91.16%57.65%-
XYZ16.3323.94.13-
YUV119.1768.09117.9-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 39.62%
GREEN value IS 147 (57.81% from 255) = 55.47%
BLUE value IS 13 (5.47% from 255) = 4.91%
R=39.62%
G=55.47%
B=4.91%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal105147130.2900.910.4278.8183.7531.37
Hex6993D1D05B2A4f541f
Octal151223153501335211712437
Binary110100110010011110111101010110111010101001111101010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69930D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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