#69801f

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

Shades of Olive Drab #69801F

Tints of Olive Drab #69801F

Color information

#69801F (or 0x69801F) is unknown color: approx Olive Drab. HEX triplet: 69, 80 and 1F. RGB value is (105,128,31). Sum of RGB (Red+Green+Blue) = 105+128+31=264 (34% of max value = 765). Red value is 105 (41.41% from 255 or 39.77% from 264); Green value is 128 (50.39% from 255 or 48.48% from 264); Blue value is 31 (12.5% from 255 or 11.74% from 264); Max value from RGB is 128 - color contains mainly: green. Hex color #69801F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #69801F is #967FE0. Grayscale: #6E6E6E. Windows color (decimal): -9863137 or 2064489. OLE color: 2064489.

HSL color Cylindrical-coordinate representation of color #69801F: hue angle of 74.23º degrees, saturation: 0.61, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #69801F is Cyan = 0.18, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.50.

Color convert

RGB10512831-
CMYK0.1800.760.50
HSL74.23º61.01%31.18%-
HSV(B)74.23º75.78%50.2%-
XYZ13.7918.544.15-
YUV110.0683.38124.39-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 39.77%
GREEN value IS 128 (50.39% from 255) = 48.48%
BLUE value IS 31 (12.5% from 255) = 11.74%
R=39.77%
G=48.48%
B=11.74%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal105128310.1800.760.5074.2361.0131.18
Hex69801F1204C324a3d1f
Octal15120037220114621127537
Binary110100110000000111111001001001100110010100101011110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69801f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #69801f; }

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

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

<style>
 a { background-color: #69801f; }

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

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

<style>
 span { border-color: #69801f; }

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

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