Html Css Color HEX #6F8716 Olive Drab

📋 copy color: '#6F8716'

red 111 ◦ green 135 ◦ blue 22

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

Shades of Olive Drab #6F8716

Tints of Olive Drab #6F8716

RGB

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

 GREEN value IS 135 (53.13% from 255) = 50.37%

 BLUE value IS 22 (8.98% from 255) = 8.21%

R = 41.42%
G = 50.37%
B = 8.21%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.84

 K value IS 0.47

RGB Variations

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

Color information

#6F8716 (or 0x6F8716) is known color: Olive Drab. HEX triplet: 6F, 87 and 16. RGB value is (111,135,22). Sum of RGB (Red+Green+Blue) = 111+135+22=268 (35% of max value = 765). Red value is 111 (43.75% from 255 or 41.42% from 268); Green value is 135 (53.12% from 255 or 50.37% from 268); Blue value is 22 (8.98% from 255 or 8.21% from 268); Max value from RGB is 135 - color contains mainly: green. Hex color #6F8716 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6F8716 is #9078E9. Grayscale: #737373. Windows color (decimal): -9468138 or 1476463. OLE color: 1476463.

HSL color Cylindrical-coordinate representation of color #6F8716: hue angle of 72.74º degrees, saturation: 0.72, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #6F8716 is Cyan = 0.18, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.47.

Color convert

RGB 111 135 22 -
CMYK 0.18 0 0.84 0.47
HSL 72.74º 0.72% 0.31% -
HSV(B) 72.74º 0.84% 0.53% -
XYZ 15.36 20.77 3.96 -
YUV 114.94 75.55 125.19 -
System Red Green Blue C M Y K H S L
Decimal 111 135 22 0.18 0 0.84 0.47 72.74 0.72 0.31
Hex 6F 87 16 12 0 54 2F 49 48 1F
Octal 157 207 26 22 0 124 57 111 110 37
Binary 1101111 10000111 10110 10010 0 1010100 101111 1001001 1001000 11111

Color Harmonies of #6F8716

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F8716

Black with #6F8716

Text Example


Text Example

White with #6F8716

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,135,22); }

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

background-color css

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

 a { background-color: rgb(111,135,22); }

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

border-color css

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

 span { border-color: rgb(111,135,22); }

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