Html Css Color HEX #6F8914 Olive Drab

📋 copy color: '#6F8914'

red 111 ◦ green 137 ◦ blue 20

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

Shades of Olive Drab #6F8914

Tints of Olive Drab #6F8914

RGB

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

 GREEN value IS 137 (53.91% from 255) = 51.12%

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

R = 41.42%
G = 51.12%
B = 7.46%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.85

 K value IS 0.46

RGB Variations

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

Color information

#6F8914 (or 0x6F8914) is known color: Olive Drab. HEX triplet: 6F, 89 and 14. RGB value is (111,137,20). Sum of RGB (Red+Green+Blue) = 111+137+20=268 (35% of max value = 765). Red value is 111 (43.75% from 255 or 41.42% from 268); Green value is 137 (53.91% from 255 or 51.12% from 268); Blue value is 20 (8.20% from 255 or 7.46% from 268); Max value from RGB is 137 - color contains mainly: green. Hex color #6F8914 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6F8914 is #9076EB. Grayscale: #747474. Windows color (decimal): -9467628 or 1345903. OLE color: 1345903.

HSL color Cylindrical-coordinate representation of color #6F8914: hue angle of 73.33º degrees, saturation: 0.75, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #6F8914 is Cyan = 0.19, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.46.

Color convert

RGB 111 137 20 -
CMYK 0.19 0 0.85 0.46
HSL 73.33º 0.75% 0.31% -
HSV(B) 73.33º 0.85% 0.54% -
XYZ 15.63 21.32 3.95 -
YUV 115.89 73.89 124.51 -
System Red Green Blue C M Y K H S L
Decimal 111 137 20 0.19 0 0.85 0.46 73.33 0.75 0.31
Hex 6F 89 14 13 0 55 2E 49 4B 1F
Octal 157 211 24 23 0 125 56 111 113 37
Binary 1101111 10001001 10100 10011 0 1010101 101110 1001001 1001011 11111

Color Harmonies of #6F8914

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F8914

Black with #6F8914

Text Example


Text Example

White with #6F8914

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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