Html Css Color HEX #6F9914 Olive Drab

📋 copy color: '#6F9914'

red 111 ◦ green 153 ◦ blue 20

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

Shades of Olive Drab #6F9914

Tints of Olive Drab #6F9914

RGB

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

 GREEN value IS 153 (60.16% from 255) = 53.87%

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

R = 39.08%
G = 53.87%
B = 7.04%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.87

 K value IS 0.4

RGB Variations

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

Color information

#6F9914 (or 0x6F9914) is known color: Olive Drab. HEX triplet: 6F, 99 and 14. RGB value is (111,153,20). Sum of RGB (Red+Green+Blue) = 111+153+20=284 (37% of max value = 765). Red value is 111 (43.75% from 255 or 39.08% from 284); Green value is 153 (60.16% from 255 or 53.87% from 284); Blue value is 20 (8.20% from 255 or 7.04% from 284); Max value from RGB is 153 - color contains mainly: green. Hex color #6F9914 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6F9914 is #9066EB. Grayscale: #7D7D7D. Windows color (decimal): -9463532 or 1349999. OLE color: 1349999.

HSL color Cylindrical-coordinate representation of color #6F9914: hue angle of 78.95º degrees, saturation: 0.77, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #6F9914 is Cyan = 0.27, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.4.

Color convert

RGB 111 153 20 -
CMYK 0.27 0 0.87 0.4
HSL 78.95º 0.77% 0.34% -
HSV(B) 78.95º 0.87% 0.6% -
XYZ 18.07 26.21 4.77 -
YUV 125.28 68.59 117.81 -
System Red Green Blue C M Y K H S L
Decimal 111 153 20 0.27 0 0.87 0.4 78.95 0.77 0.34
Hex 6F 99 14 1B 0 57 28 4F 4D 22
Octal 157 231 24 33 0 127 50 117 115 42
Binary 1101111 10011001 10100 11011 0 1010111 101000 1001111 1001101 100010

Color Harmonies of #6F9914

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F9914

Black with #6F9914

Text Example


Text Example

White with #6F9914

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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