#6F9422

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

Shades of Olive Drab #6F9422

Tints of Olive Drab #6F9422

Color information

#6F9422 (or 0x6F9422) is unknown color: approx Olive Drab. HEX triplet: 6F, 94 and 22. RGB value is (111,148,34). Sum of RGB (Red+Green+Blue) = 111+148+34=293 (38% of max value = 765). Red value is 111 (43.75% from 255 or 37.88% from 293); Green value is 148 (58.20% from 255 or 50.51% from 293); Blue value is 34 (13.67% from 255 or 11.60% from 293); Max value from RGB is 148 - color contains mainly: green. Hex color #6F9422 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6F9422 is #906BDD. Grayscale: #7C7C7C. Windows color (decimal): -9464798 or 2266223. OLE color: 2266223.

HSL color Cylindrical-coordinate representation of color #6F9422: hue angle of 79.47º degrees, saturation: 0.63, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #6F9422 is Cyan = 0.25, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.42.

Color convert

RGB11114834-
CMYK0.2500.770.42
HSL79.47º62.64%35.69%-
HSV(B)79.47º77.03%58.04%-
XYZ17.4324.675.36-
YUV123.9477.24118.77-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 37.88%
GREEN value IS 148 (58.20% from 255) = 50.51%
BLUE value IS 34 (13.67% from 255) = 11.60%
R=37.88%
G=50.51%
B=11.60%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal111148340.2500.770.4279.4762.6435.69
Hex6F94221904D2A4f3f24
Octal15722442310115521177744
Binary11011111001010010001011001010011011010101001111111111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F9422

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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