Html Css Color HEX #6F8312 Olive Drab

📋 copy color: '#6F8312'

red 111 ◦ green 131 ◦ blue 18

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

Shades of Olive Drab #6F8312

Tints of Olive Drab #6F8312

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 6.92%

R = 42.69%
G = 50.38%
B = 6.92%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.86

 K value IS 0.49

RGB Variations

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

Color information

#6F8312 (or 0x6F8312) is known color: Olive Drab. HEX triplet: 6F, 83 and 12. RGB value is (111,131,18). Sum of RGB (Red+Green+Blue) = 111+131+18=260 (34% of max value = 765). Red value is 111 (43.75% from 255 or 42.69% from 260); Green value is 131 (51.56% from 255 or 50.38% from 260); Blue value is 18 (7.42% from 255 or 6.92% from 260); Max value from RGB is 131 - color contains mainly: green. Hex color #6F8312 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6F8312 is #907CED. Grayscale: #707070. Windows color (decimal): -9469166 or 1213295. OLE color: 1213295.

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

Color convert

RGB 111 131 18 -
CMYK 0.15 0 0.86 0.49
HSL 70.62º 0.76% 0.29% -
HSV(B) 70.62º 0.86% 0.51% -
XYZ 14.78 19.66 3.59 -
YUV 112.14 74.87 127.19 -
System Red Green Blue C M Y K H S L
Decimal 111 131 18 0.15 0 0.86 0.49 70.62 0.76 0.29
Hex 6F 83 12 F 0 56 31 47 4C 1D
Octal 157 203 22 17 0 126 61 107 114 35
Binary 1101111 10000011 10010 1111 0 1010110 110001 1000111 1001100 11101

Color Harmonies of #6F8312

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F8312

Black with #6F8312

Text Example


Text Example

White with #6F8312

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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