Html Css Color HEX #6F8310 Olive Drab

📋 copy color: '#6F8310'

red 111 ◦ green 131 ◦ blue 16

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

Shades of Olive Drab #6F8310

Tints of Olive Drab #6F8310

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 6.2%

R = 43.02%
G = 50.78%
B = 6.2%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.88

 K value IS 0.49

RGB Variations

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

Color information

#6F8310 (or 0x6F8310) is known color: Olive Drab. HEX triplet: 6F, 83 and 10. RGB value is (111,131,16). Sum of RGB (Red+Green+Blue) = 111+131+16=258 (34% of max value = 765). Red value is 111 (43.75% from 255 or 43.02% from 258); Green value is 131 (51.56% from 255 or 50.78% from 258); Blue value is 16 (6.64% from 255 or 6.20% from 258); Max value from RGB is 131 - color contains mainly: green. Hex color #6F8310 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6F8310 is #907CEF. Grayscale: #707070. Windows color (decimal): -9469168 or 1082223. OLE color: 1082223.

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

Color convert

RGB 111 131 16 -
CMYK 0.15 0 0.88 0.49
HSL 70.43º 0.78% 0.29% -
HSV(B) 70.43º 0.88% 0.51% -
XYZ 14.77 19.65 3.5 -
YUV 111.91 73.87 127.35 -
System Red Green Blue C M Y K H S L
Decimal 111 131 16 0.15 0 0.88 0.49 70.43 0.78 0.29
Hex 6F 83 10 F 0 58 31 46 4E 1D
Octal 157 203 20 17 0 130 61 106 116 35
Binary 1101111 10000011 10000 1111 0 1011000 110001 1000110 1001110 11101

Color Harmonies of #6F8310

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F8310

Black with #6F8310

Text Example


Text Example

White with #6F8310

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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