Html Css Color HEX #6F9314 Olive Drab

📋 copy color: '#6F9314'

red 111 ◦ green 147 ◦ blue 20

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

Shades of Olive Drab #6F9314

Tints of Olive Drab #6F9314

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 7.19%

R = 39.93%
G = 52.88%
B = 7.19%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.86

 K value IS 0.42

RGB Variations

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

Color information

#6F9314 (or 0x6F9314) is known color: Olive Drab. HEX triplet: 6F, 93 and 14. RGB value is (111,147,20). Sum of RGB (Red+Green+Blue) = 111+147+20=278 (36% of max value = 765). Red value is 111 (43.75% from 255 or 39.93% from 278); Green value is 147 (57.81% from 255 or 52.88% from 278); Blue value is 20 (8.20% from 255 or 7.19% from 278); Max value from RGB is 147 - color contains mainly: green. Hex color #6F9314 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6F9314 is #906CEB. Grayscale: #7A7A7A. Windows color (decimal): -9465068 or 1348463. OLE color: 1348463.

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

Color convert

RGB 111 147 20 -
CMYK 0.24 0 0.86 0.42
HSL 77.01º 0.76% 0.33% -
HSV(B) 77.01º 0.86% 0.58% -
XYZ 17.12 24.3 4.45 -
YUV 121.76 70.57 120.33 -
System Red Green Blue C M Y K H S L
Decimal 111 147 20 0.24 0 0.86 0.42 77.01 0.76 0.33
Hex 6F 93 14 18 0 56 2A 4D 4C 21
Octal 157 223 24 30 0 126 52 115 114 41
Binary 1101111 10010011 10100 11000 0 1010110 101010 1001101 1001100 100001

Color Harmonies of #6F9314

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F9314

Black with #6F9314

Text Example


Text Example

White with #6F9314

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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