Html Css Color HEX #6F861E Olive Drab

📋 copy color: '#6F861E'

red 111 ◦ green 134 ◦ blue 30

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

Shades of Olive Drab #6F861E

Tints of Olive Drab #6F861E

RGB

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

 GREEN value IS 134 (52.73% from 255) = 48.73%

 BLUE value IS 30 (12.11% from 255) = 10.91%

R = 40.36%
G = 48.73%
B = 10.91%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.78

 K value IS 0.47

RGB Variations

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

Color information

#6F861E (or 0x6F861E) is known color: Olive Drab. HEX triplet: 6F, 86 and 1E. RGB value is (111,134,30). Sum of RGB (Red+Green+Blue) = 111+134+30=275 (36% of max value = 765). Red value is 111 (43.75% from 255 or 40.36% from 275); Green value is 134 (52.73% from 255 or 48.73% from 275); Blue value is 30 (12.11% from 255 or 10.91% from 275); Max value from RGB is 134 - color contains mainly: green. Hex color #6F861E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6F861E is #9079E1. Grayscale: #737373. Windows color (decimal): -9468386 or 2000495. OLE color: 2000495.

HSL color Cylindrical-coordinate representation of color #6F861E: hue angle of 73.27º degrees, saturation: 0.63, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #6F861E is Cyan = 0.17, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.47.

Color convert

RGB 111 134 30 -
CMYK 0.17 0 0.78 0.47
HSL 73.27º 0.63% 0.32% -
HSV(B) 73.27º 0.78% 0.53% -
XYZ 15.31 20.52 4.38 -
YUV 115.27 79.88 124.96 -
System Red Green Blue C M Y K H S L
Decimal 111 134 30 0.17 0 0.78 0.47 73.27 0.63 0.32
Hex 6F 86 1E 11 0 4E 2F 49 3F 20
Octal 157 206 36 21 0 116 57 111 77 40
Binary 1101111 10000110 11110 10001 0 1001110 101111 1001001 111111 100000

Color Harmonies of #6F861E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F861E

Black with #6F861E

Text Example


Text Example

White with #6F861E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,134,30); }

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

background-color css

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

 a { background-color: rgb(111,134,30); }

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

border-color css

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

 span { border-color: rgb(111,134,30); }

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