#6F8130

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

Shades of Olive Drab #6F8130

Tints of Olive Drab #6F8130

Color information

#6F8130 (or 0x6F8130) is unknown color: approx Olive Drab. HEX triplet: 6F, 81 and 30. RGB value is (111,129,48). Sum of RGB (Red+Green+Blue) = 111+129+48=288 (38% of max value = 765). Red value is 111 (43.75% from 255 or 38.54% from 288); Green value is 129 (50.78% from 255 or 44.79% from 288); Blue value is 48 (19.14% from 255 or 16.67% from 288); Max value from RGB is 129 - color contains mainly: green. Hex color #6F8130 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6F8130 is #907ECF. Grayscale: #727272. Windows color (decimal): -9469648 or 3178863. OLE color: 3178863.

HSL color Cylindrical-coordinate representation of color #6F8130: hue angle of 73.33º degrees, saturation: 0.46, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #6F8130 is Cyan = 0.14, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.49.

Color convert

RGB11112948-
CMYK0.1400.630.49
HSL73.33º45.76%34.71%-
HSV(B)73.33º62.79%50.59%-
XYZ14.9419.295.73-
YUV114.3890.54125.59-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 38.54%
GREEN value IS 129 (50.78% from 255) = 44.79%
BLUE value IS 48 (19.14% from 255) = 16.67%
R=38.54%
G=44.79%
B=16.67%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal111129480.1400.630.4973.3345.7634.71
Hex6F8130E03F31492e23
Octal1572016016077611115643
Binary110111110000001110000111001111111100011001001101110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F8130

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6F8130; }

 p { color: rgb(111,129,48); }

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

<style>
 a { background-color: #6F8130; }

 a { background-color: rgb(111,129,48); }

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

<style>
 span { border-color: #6F8130; }

 span { border-color: rgb(111,129,48); }

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