Html Css Color HEX #6F8B1E Olive Drab

📋 copy color: '#6F8B1E'

red 111 ◦ green 139 ◦ blue 30

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

Shades of Olive Drab #6F8B1E

Tints of Olive Drab #6F8B1E

RGB

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

 GREEN value IS 139 (54.69% from 255) = 49.64%

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

R = 39.64%
G = 49.64%
B = 10.71%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.78

 K value IS 0.45

RGB Variations

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

Color information

#6F8B1E (or 0x6F8B1E) is known color: Olive Drab. HEX triplet: 6F, 8B and 1E. RGB value is (111,139,30). Sum of RGB (Red+Green+Blue) = 111+139+30=280 (37% of max value = 765). Red value is 111 (43.75% from 255 or 39.64% from 280); Green value is 139 (54.69% from 255 or 49.64% from 280); Blue value is 30 (12.11% from 255 or 10.71% from 280); Max value from RGB is 139 - color contains mainly: green. Hex color #6F8B1E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6F8B1E is #9074E1. Grayscale: #767676. Windows color (decimal): -9467106 or 2001775. OLE color: 2001775.

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

Color convert

RGB 111 139 30 -
CMYK 0.20 0 0.78 0.45
HSL 75.41º 0.64% 0.33% -
HSV(B) 75.41º 0.78% 0.55% -
XYZ 16.02 21.94 4.62 -
YUV 118.2 78.22 122.86 -
System Red Green Blue C M Y K H S L
Decimal 111 139 30 0.20 0 0.78 0.45 75.41 0.64 0.33
Hex 6F 8B 1E 14 0 4E 2D 4B 40 21
Octal 157 213 36 24 0 116 55 113 100 41
Binary 1101111 10001011 11110 10100 0 1001110 101101 1001011 1000000 100001

Color Harmonies of #6F8B1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F8B1E

Black with #6F8B1E

Text Example


Text Example

White with #6F8B1E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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