#69961F

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

Shades of Olive Drab #69961F

Tints of Olive Drab #69961F

Color information

#69961F (or 0x69961F) is unknown color: approx Olive Drab. HEX triplet: 69, 96 and 1F. RGB value is (105,150,31). Sum of RGB (Red+Green+Blue) = 105+150+31=286 (37% of max value = 765). Red value is 105 (41.41% from 255 or 36.71% from 286); Green value is 150 (58.98% from 255 or 52.45% from 286); Blue value is 31 (12.5% from 255 or 10.84% from 286); Max value from RGB is 150 - color contains mainly: green. Hex color #69961F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #69961F is #9669E0. Grayscale: #7B7B7B. Windows color (decimal): -9857505 or 2070121. OLE color: 2070121.

HSL color Cylindrical-coordinate representation of color #69961F: hue angle of 82.69º degrees, saturation: 0.66, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #69961F is Cyan = 0.30, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.41.

Color convert

RGB10515031-
CMYK0.3000.790.41
HSL82.69º65.75%35.49%-
HSV(B)82.69º79.33%58.82%-
XYZ16.9824.915.21-
YUV122.9876.09115.18-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 36.71%
GREEN value IS 150 (58.98% from 255) = 52.45%
BLUE value IS 31 (12.5% from 255) = 10.84%
R=36.71%
G=52.45%
B=10.84%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal105150310.3000.790.4182.6965.7535.49
Hex69961F1E04F29534223
Octal151226373601175112310243
Binary11010011001011011111111100100111110100110100111000010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69961F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,150,31); }

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

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

 a { background-color: rgb(105,150,31); }

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

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

 span { border-color: rgb(105,150,31); }

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