Html Css Color HEX #6F881E Olive Drab

📋 copy color: '#6F881E'

red 111 ◦ green 136 ◦ blue 30

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

Shades of Olive Drab #6F881E

Tints of Olive Drab #6F881E

RGB

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

 GREEN value IS 136 (53.52% from 255) = 49.1%

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

R = 40.07%
G = 49.1%
B = 10.83%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.78

 K value IS 0.47

RGB Variations

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

Color information

#6F881E (or 0x6F881E) is known color: Olive Drab. HEX triplet: 6F, 88 and 1E. RGB value is (111,136,30). Sum of RGB (Red+Green+Blue) = 111+136+30=277 (36% of max value = 765). Red value is 111 (43.75% from 255 or 40.07% from 277); Green value is 136 (53.52% from 255 or 49.10% from 277); Blue value is 30 (12.11% from 255 or 10.83% from 277); Max value from RGB is 136 - color contains mainly: green. Hex color #6F881E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6F881E is #9077E1. Grayscale: #747474. Windows color (decimal): -9467874 or 2001007. OLE color: 2001007.

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

Color convert

RGB 111 136 30 -
CMYK 0.18 0 0.78 0.47
HSL 74.15º 0.64% 0.33% -
HSV(B) 74.15º 0.78% 0.53% -
XYZ 15.59 21.08 4.48 -
YUV 116.44 79.22 124.12 -
System Red Green Blue C M Y K H S L
Decimal 111 136 30 0.18 0 0.78 0.47 74.15 0.64 0.33
Hex 6F 88 1E 12 0 4E 2F 4A 40 21
Octal 157 210 36 22 0 116 57 112 100 41
Binary 1101111 10001000 11110 10010 0 1001110 101111 1001010 1000000 100001

Color Harmonies of #6F881E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F881E

Black with #6F881E

Text Example


Text Example

White with #6F881E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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