Html Css Color HEX #6F8313 Olive Drab

📋 copy color: '#6F8313'

red 111 ◦ green 131 ◦ blue 19

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

Shades of Olive Drab #6F8313

Tints of Olive Drab #6F8313

RGB

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

 GREEN value IS 131 (51.56% from 255) = 50.19%

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

R = 42.53%
G = 50.19%
B = 7.28%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.85

 K value IS 0.49

RGB Variations

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

Color information

#6F8313 (or 0x6F8313) is known color: Olive Drab. HEX triplet: 6F, 83 and 13. RGB value is (111,131,19). Sum of RGB (Red+Green+Blue) = 111+131+19=261 (34% of max value = 765). Red value is 111 (43.75% from 255 or 42.53% from 261); Green value is 131 (51.56% from 255 or 50.19% from 261); Blue value is 19 (7.81% from 255 or 7.28% from 261); Max value from RGB is 131 - color contains mainly: green. Hex color #6F8313 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6F8313 is #907CEC. Grayscale: #707070. Windows color (decimal): -9469165 or 1278831. OLE color: 1278831.

HSL color Cylindrical-coordinate representation of color #6F8313: hue angle of 70.71º degrees, saturation: 0.75, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #6F8313 is Cyan = 0.15, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.49.

Color convert

RGB 111 131 19 -
CMYK 0.15 0 0.85 0.49
HSL 70.71º 0.75% 0.29% -
HSV(B) 70.71º 0.85% 0.51% -
XYZ 14.79 19.66 3.63 -
YUV 112.25 75.37 127.11 -
System Red Green Blue C M Y K H S L
Decimal 111 131 19 0.15 0 0.85 0.49 70.71 0.75 0.29
Hex 6F 83 13 F 0 55 31 47 4B 1D
Octal 157 203 23 17 0 125 61 107 113 35
Binary 1101111 10000011 10011 1111 0 1010101 110001 1000111 1001011 11101

Color Harmonies of #6F8313

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F8313

Black with #6F8313

Text Example


Text Example

White with #6F8313

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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