Html Css Color HEX #6F8713 Olive Drab

📋 copy color: '#6F8713'

red 111 ◦ green 135 ◦ blue 19

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

Shades of Olive Drab #6F8713

Tints of Olive Drab #6F8713

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 7.17%

R = 41.89%
G = 50.94%
B = 7.17%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.86

 K value IS 0.47

RGB Variations

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

Color information

#6F8713 (or 0x6F8713) is known color: Olive Drab. HEX triplet: 6F, 87 and 13. RGB value is (111,135,19). Sum of RGB (Red+Green+Blue) = 111+135+19=265 (35% of max value = 765). Red value is 111 (43.75% from 255 or 41.89% from 265); Green value is 135 (53.12% from 255 or 50.94% from 265); Blue value is 19 (7.81% from 255 or 7.17% from 265); Max value from RGB is 135 - color contains mainly: green. Hex color #6F8713 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6F8713 is #9078EC. Grayscale: #737373. Windows color (decimal): -9468141 or 1279855. OLE color: 1279855.

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

Color convert

RGB 111 135 19 -
CMYK 0.18 0 0.86 0.47
HSL 72.41º 0.75% 0.3% -
HSV(B) 72.41º 0.86% 0.53% -
XYZ 15.34 20.75 3.81 -
YUV 114.6 74.05 125.43 -
System Red Green Blue C M Y K H S L
Decimal 111 135 19 0.18 0 0.86 0.47 72.41 0.75 0.3
Hex 6F 87 13 12 0 56 2F 48 4B 1E
Octal 157 207 23 22 0 126 57 110 113 36
Binary 1101111 10000111 10011 10010 0 1010110 101111 1001000 1001011 11110

Color Harmonies of #6F8713

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F8713

Black with #6F8713

Text Example


Text Example

White with #6F8713

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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