Html Css Color HEX #6F9032 Olive Drab

📋 copy color: '#6F9032'

red 111 ◦ green 144 ◦ blue 50

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

Shades of Olive Drab #6F9032

Tints of Olive Drab #6F9032

RGB

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

 GREEN value IS 144 (56.64% from 255) = 47.21%

 BLUE value IS 50 (19.92% from 255) = 16.39%

R = 36.39%
G = 47.21%
B = 16.39%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.65

 K value IS 0.44

RGB Variations

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

Color information

#6F9032 (or 0x6F9032) is known color: Olive Drab. HEX triplet: 6F, 90 and 32. RGB value is (111,144,50). Sum of RGB (Red+Green+Blue) = 111+144+50=305 (40% of max value = 765). Red value is 111 (43.75% from 255 or 36.39% from 305); Green value is 144 (56.64% from 255 or 47.21% from 305); Blue value is 50 (19.92% from 255 or 16.39% from 305); Max value from RGB is 144 - color contains mainly: green. Hex color #6F9032 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6F9032 is #906FCD. Grayscale: #7B7B7B. Windows color (decimal): -9465806 or 3313775. OLE color: 3313775.

HSL color Cylindrical-coordinate representation of color #6F9032: hue angle of 81.06º degrees, saturation: 0.48, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #6F9032 is Cyan = 0.23, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.44.

Color convert

RGB 111 144 50 -
CMYK 0.23 0 0.65 0.44
HSL 81.06º 0.48% 0.38% -
HSV(B) 81.06º 0.65% 0.56% -
XYZ 17.1 23.56 6.66 -
YUV 123.42 86.57 119.14 -
System Red Green Blue C M Y K H S L
Decimal 111 144 50 0.23 0 0.65 0.44 81.06 0.48 0.38
Hex 6F 90 32 17 0 41 2C 51 30 26
Octal 157 220 62 27 0 101 54 121 60 46
Binary 1101111 10010000 110010 10111 0 1000001 101100 1010001 110000 100110

Color Harmonies of #6F9032

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F9032

Black with #6F9032

Text Example


Text Example

White with #6F9032

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,144,50); }

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

background-color css

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

 a { background-color: rgb(111,144,50); }

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

border-color css

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

 span { border-color: rgb(111,144,50); }

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