#69950F

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

Shades of Olive Drab #69950F

Tints of Olive Drab #69950F

Color information

#69950F (or 0x69950F) is unknown color: approx Olive Drab. HEX triplet: 69, 95 and 0F. RGB value is (105,149,15). Sum of RGB (Red+Green+Blue) = 105+149+15=269 (35% of max value = 765). Red value is 105 (41.41% from 255 or 39.03% from 269); Green value is 149 (58.59% from 255 or 55.39% from 269); Blue value is 15 (6.25% from 255 or 5.58% from 269); Max value from RGB is 149 - color contains mainly: green. Hex color #69950F is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #69950F is #966AF0. Grayscale: #797979. Windows color (decimal): -9857777 or 1021289. OLE color: 1021289.

HSL color Cylindrical-coordinate representation of color #69950F: hue angle of 79.7º degrees, saturation: 0.82, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #69950F is Cyan = 0.30, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.42.

Color convert

RGB10514915-
CMYK0.3000.900.42
HSL79.7º81.71%32.16%-
HSV(B)79.7º89.93%58.43%-
XYZ16.6624.534.31-
YUV120.5768.42116.9-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 39.03%
GREEN value IS 149 (58.59% from 255) = 55.39%
BLUE value IS 15 (6.25% from 255) = 5.58%
R=39.03%
G=55.39%
B=5.58%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal105149150.3000.900.4279.781.7132.16
Hex6995F1E05A2A505220
Octal151225173601325212012240
Binary1101001100101011111111100101101010101010100001010010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69950F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #69950F; }

 p { color: rgb(105,149,15); }

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

<style>
 a { background-color: #69950F; }

 a { background-color: rgb(105,149,15); }

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

<style>
 span { border-color: #69950F; }

 span { border-color: rgb(105,149,15); }

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