Html Css Color HEX #6F9331 Olive Drab

📋 copy color: '#6F9331'

red 111 ◦ green 147 ◦ blue 49

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

Shades of Olive Drab #6F9331

Tints of Olive Drab #6F9331

RGB

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

 GREEN value IS 147 (57.81% from 255) = 47.88%

 BLUE value IS 49 (19.53% from 255) = 15.96%

R = 36.16%
G = 47.88%
B = 15.96%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.67

 K value IS 0.42

RGB Variations

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

Color information

#6F9331 (or 0x6F9331) is known color: Olive Drab. HEX triplet: 6F, 93 and 31. RGB value is (111,147,49). Sum of RGB (Red+Green+Blue) = 111+147+49=307 (40% of max value = 765). Red value is 111 (43.75% from 255 or 36.16% from 307); Green value is 147 (57.81% from 255 or 47.88% from 307); Blue value is 49 (19.53% from 255 or 15.96% from 307); Max value from RGB is 147 - color contains mainly: green. Hex color #6F9331 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6F9331 is #906CCE. Grayscale: #7D7D7D. Windows color (decimal): -9465039 or 3249007. OLE color: 3249007.

HSL color Cylindrical-coordinate representation of color #6F9331: hue angle of 82.04º degrees, saturation: 0.5, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #6F9331 is Cyan = 0.24, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.42.

Color convert

RGB 111 147 49 -
CMYK 0.24 0 0.67 0.42
HSL 82.04º 0.5% 0.38% -
HSV(B) 82.04º 0.67% 0.58% -
XYZ 17.54 24.47 6.7 -
YUV 125.06 85.07 117.97 -
System Red Green Blue C M Y K H S L
Decimal 111 147 49 0.24 0 0.67 0.42 82.04 0.5 0.38
Hex 6F 93 31 18 0 43 2A 52 32 26
Octal 157 223 61 30 0 103 52 122 62 46
Binary 1101111 10010011 110001 11000 0 1000011 101010 1010010 110010 100110

Color Harmonies of #6F9331

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F9331

Black with #6F9331

Text Example


Text Example

White with #6F9331

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,147,49); }

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

background-color css

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

 a { background-color: rgb(111,147,49); }

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

border-color css

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

 span { border-color: rgb(111,147,49); }

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