Html Css Color HEX #6F9520 Olive Drab

📋 copy color: '#6F9520'

red 111 ◦ green 149 ◦ blue 32

#6F9520
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Olive Drab #6F9520

Tints of Olive Drab #6F9520

RGB

 RED value IS 111 (43.75% from 255) = 38.01%

 GREEN value IS 149 (58.59% from 255) = 51.03%

 BLUE value IS 32 (12.89% from 255) = 10.96%

R = 38.01%
G = 51.03%
B = 10.96%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.79

 K value IS 0.42

RGB Variations

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

Color information

#6F9520 (or 0x6F9520) is known color: Olive Drab. HEX triplet: 6F, 95 and 20. RGB value is (111,149,32). Sum of RGB (Red+Green+Blue) = 111+149+32=292 (38% of max value = 765). Red value is 111 (43.75% from 255 or 38.01% from 292); Green value is 149 (58.59% from 255 or 51.03% from 292); Blue value is 32 (12.89% from 255 or 10.96% from 292); Max value from RGB is 149 - color contains mainly: green. Hex color #6F9520 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6F9520 is #906ADF. Grayscale: #7C7C7C. Windows color (decimal): -9464544 or 2135407. OLE color: 2135407.

HSL color Cylindrical-coordinate representation of color #6F9520: hue angle of 79.49º degrees, saturation: 0.65, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #6F9520 is Cyan = 0.26, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.42.

Color convert

RGB 111 149 32 -
CMYK 0.26 0 0.79 0.42
HSL 79.49º 0.65% 0.35% -
HSV(B) 79.49º 0.79% 0.58% -
XYZ 17.56 24.98 5.26 -
YUV 124.3 75.91 118.51 -
System Red Green Blue C M Y K H S L
Decimal 111 149 32 0.26 0 0.79 0.42 79.49 0.65 0.35
Hex 6F 95 20 1A 0 4F 2A 4F 41 23
Octal 157 225 40 32 0 117 52 117 101 43
Binary 1101111 10010101 100000 11010 0 1001111 101010 1001111 1000001 100011

Color Harmonies of #6F9520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F9520

Black with #6F9520

Text Example


Text Example

White with #6F9520

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,149,32); }

 H1.HeaderClassName
 {
   color: #6F9520;
 }
 .AnyTagClassName
 {
   color: #6F9520;
 }
</style>

background-color css

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

 a { background-color: rgb(111,149,32); }

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

border-color css

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

 span { border-color: rgb(111,149,32); }

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