Html Css Color HEX #6E921F Olive Drab

📋 copy color: '#6E921F'

red 110 ◦ green 146 ◦ blue 31

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

Shades of Olive Drab #6E921F

Tints of Olive Drab #6E921F

RGB

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

 GREEN value IS 146 (57.42% from 255) = 50.87%

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

R = 38.33%
G = 50.87%
B = 10.8%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.79

 K value IS 0.43

RGB Variations

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

Color information

#6E921F (or 0x6E921F) is known color: Olive Drab. HEX triplet: 6E, 92 and 1F. RGB value is (110,146,31). Sum of RGB (Red+Green+Blue) = 110+146+31=287 (38% of max value = 765). Red value is 110 (43.36% from 255 or 38.33% from 287); Green value is 146 (57.42% from 255 or 50.87% from 287); Blue value is 31 (12.5% from 255 or 10.80% from 287); Max value from RGB is 146 - color contains mainly: green. Hex color #6E921F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6E921F is #916DE0. Grayscale: #7A7A7A. Windows color (decimal): -9530849 or 2069102. OLE color: 2069102.

HSL color Cylindrical-coordinate representation of color #6E921F: hue angle of 78.78º degrees, saturation: 0.65, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #6E921F is Cyan = 0.25, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.43.

Color convert

RGB 110 146 31 -
CMYK 0.25 0 0.79 0.43
HSL 78.78º 0.65% 0.35% -
HSV(B) 78.78º 0.79% 0.57% -
XYZ 16.96 23.97 5.03 -
YUV 122.13 76.57 119.35 -
System Red Green Blue C M Y K H S L
Decimal 110 146 31 0.25 0 0.79 0.43 78.78 0.65 0.35
Hex 6E 92 1F 19 0 4F 2B 4F 41 23
Octal 156 222 37 31 0 117 53 117 101 43
Binary 1101110 10010010 11111 11001 0 1001111 101011 1001111 1000001 100011

Color Harmonies of #6E921F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E921F

Black with #6E921F

Text Example


Text Example

White with #6E921F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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