Html Css Color HEX #6E971F Olive Drab

📋 copy color: '#6E971F'

red 110 ◦ green 151 ◦ blue 31

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

Shades of Olive Drab #6E971F

Tints of Olive Drab #6E971F

RGB

 RED value IS 110 (43.36% from 255) = 37.67%

 GREEN value IS 151 (59.38% from 255) = 51.71%

 BLUE value IS 31 (12.5% from 255) = 10.62%

R = 37.67%
G = 51.71%
B = 10.62%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.79

 K value IS 0.41

RGB Variations

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

Color information

#6E971F (or 0x6E971F) is known color: Olive Drab. HEX triplet: 6E, 97 and 1F. RGB value is (110,151,31). Sum of RGB (Red+Green+Blue) = 110+151+31=292 (38% of max value = 765). Red value is 110 (43.36% from 255 or 37.67% from 292); Green value is 151 (59.38% from 255 or 51.71% from 292); Blue value is 31 (12.5% from 255 or 10.62% from 292); Max value from RGB is 151 - color contains mainly: green. Hex color #6E971F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6E971F is #9168E0. Grayscale: #7D7D7D. Windows color (decimal): -9529569 or 2070382. OLE color: 2070382.

HSL color Cylindrical-coordinate representation of color #6E971F: hue angle of 80.5º degrees, saturation: 0.66, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #6E971F is Cyan = 0.27, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.41.

Color convert

RGB 110 151 31 -
CMYK 0.27 0 0.79 0.41
HSL 80.5º 0.66% 0.36% -
HSV(B) 80.5º 0.79% 0.59% -
XYZ 17.74 25.55 5.29 -
YUV 125.06 74.92 117.26 -
System Red Green Blue C M Y K H S L
Decimal 110 151 31 0.27 0 0.79 0.41 80.5 0.66 0.36
Hex 6E 97 1F 1B 0 4F 29 50 42 24
Octal 156 227 37 33 0 117 51 120 102 44
Binary 1101110 10010111 11111 11011 0 1001111 101001 1010000 1000010 100100

Color Harmonies of #6E971F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E971F

Black with #6E971F

Text Example


Text Example

White with #6E971F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,151,31); }

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

background-color css

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

 a { background-color: rgb(110,151,31); }

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

border-color css

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

 span { border-color: rgb(110,151,31); }

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