Html Css Color HEX #6F8314 Olive Drab

📋 copy color: '#6F8314'

red 111 ◦ green 131 ◦ blue 20

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

Shades of Olive Drab #6F8314

Tints of Olive Drab #6F8314

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 7.63%

R = 42.37%
G = 50%
B = 7.63%

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

#6F8314 (or 0x6F8314) is known color: Olive Drab. HEX triplet: 6F, 83 and 14. RGB value is (111,131,20). Sum of RGB (Red+Green+Blue) = 111+131+20=262 (34% of max value = 765). Red value is 111 (43.75% from 255 or 42.37% from 262); Green value is 131 (51.56% from 255 or 50% from 262); Blue value is 20 (8.20% from 255 or 7.63% from 262); Max value from RGB is 131 - color contains mainly: green. Hex color #6F8314 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6F8314 is #907CEB. Grayscale: #707070. Windows color (decimal): -9469164 or 1344367. OLE color: 1344367.

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

Color convert

RGB 111 131 20 -
CMYK 0.15 0 0.85 0.49
HSL 70.81º 0.74% 0.3% -
HSV(B) 70.81º 0.85% 0.51% -
XYZ 14.8 19.66 3.68 -
YUV 112.37 75.87 127.03 -
System Red Green Blue C M Y K H S L
Decimal 111 131 20 0.15 0 0.85 0.49 70.81 0.74 0.3
Hex 6F 83 14 F 0 55 31 47 4A 1E
Octal 157 203 24 17 0 125 61 107 112 36
Binary 1101111 10000011 10100 1111 0 1010101 110001 1000111 1001010 11110

Color Harmonies of #6F8314

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F8314

Black with #6F8314

Text Example


Text Example

White with #6F8314

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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