#6F941E

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

Shades of Olive Drab #6F941E

Tints of Olive Drab #6F941E

Color information

#6F941E (or 0x6F941E) is unknown color: approx Olive Drab. HEX triplet: 6F, 94 and 1E. RGB value is (111,148,30). Sum of RGB (Red+Green+Blue) = 111+148+30=289 (38% of max value = 765). Red value is 111 (43.75% from 255 or 38.41% from 289); Green value is 148 (58.20% from 255 or 51.21% from 289); Blue value is 30 (12.11% from 255 or 10.38% from 289); Max value from RGB is 148 - color contains mainly: green. Hex color #6F941E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6F941E is #906BE1. Grayscale: #7B7B7B. Windows color (decimal): -9464802 or 2004079. OLE color: 2004079.

HSL color Cylindrical-coordinate representation of color #6F941E: hue angle of 78.81º degrees, saturation: 0.66, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #6F941E is Cyan = 0.25, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.42.

Color convert

RGB11114830-
CMYK0.2500.800.42
HSL78.81º66.29%34.9%-
HSV(B)78.81º79.73%58.04%-
XYZ17.3824.655.07-
YUV123.4875.24119.09-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 38.41%
GREEN value IS 148 (58.20% from 255) = 51.21%
BLUE value IS 30 (12.11% from 255) = 10.38%
R=38.41%
G=51.21%
B=10.38%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal111148300.2500.800.4278.8166.2934.9
Hex6F941E190502A4f4223
Octal157224363101205211710243
Binary11011111001010011110110010101000010101010011111000010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F941E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,148,30); }

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

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

 a { background-color: rgb(111,148,30); }

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

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

 span { border-color: rgb(111,148,30); }

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