Html Css Color HEX #6F8510 Olive Drab

📋 copy color: '#6F8510'

red 111 ◦ green 133 ◦ blue 16

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

Shades of Olive Drab #6F8510

Tints of Olive Drab #6F8510

RGB

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

 GREEN value IS 133 (52.34% from 255) = 51.15%

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

R = 42.69%
G = 51.15%
B = 6.15%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.88

 K value IS 0.48

RGB Variations

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

Color information

#6F8510 (or 0x6F8510) is known color: Olive Drab. HEX triplet: 6F, 85 and 10. RGB value is (111,133,16). Sum of RGB (Red+Green+Blue) = 111+133+16=260 (34% of max value = 765). Red value is 111 (43.75% from 255 or 42.69% from 260); Green value is 133 (52.34% from 255 or 51.15% from 260); Blue value is 16 (6.64% from 255 or 6.15% from 260); Max value from RGB is 133 - color contains mainly: green. Hex color #6F8510 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6F8510 is #907AEF. Grayscale: #717171. Windows color (decimal): -9468656 or 1082735. OLE color: 1082735.

HSL color Cylindrical-coordinate representation of color #6F8510: hue angle of 71.28º degrees, saturation: 0.79, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #6F8510 is Cyan = 0.17, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.48.

Color convert

RGB 111 133 16 -
CMYK 0.17 0 0.88 0.48
HSL 71.28º 0.79% 0.29% -
HSV(B) 71.28º 0.88% 0.52% -
XYZ 15.04 20.19 3.6 -
YUV 113.08 73.21 126.51 -
System Red Green Blue C M Y K H S L
Decimal 111 133 16 0.17 0 0.88 0.48 71.28 0.79 0.29
Hex 6F 85 10 11 0 58 30 47 4F 1D
Octal 157 205 20 21 0 130 60 107 117 35
Binary 1101111 10000101 10000 10001 0 1011000 110000 1000111 1001111 11101

Color Harmonies of #6F8510

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F8510

Black with #6F8510

Text Example


Text Example

White with #6F8510

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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