Html Css Color HEX #6E921A Olive Drab

📋 copy color: '#6E921A'

red 110 ◦ green 146 ◦ blue 26

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

Shades of Olive Drab #6E921A

Tints of Olive Drab #6E921A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 9.22%

R = 39.01%
G = 51.77%
B = 9.22%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.82

 K value IS 0.43

RGB Variations

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

Color information

#6E921A (or 0x6E921A) is known color: Olive Drab. HEX triplet: 6E, 92 and 1A. RGB value is (110,146,26). Sum of RGB (Red+Green+Blue) = 110+146+26=282 (37% of max value = 765). Red value is 110 (43.36% from 255 or 39.01% from 282); Green value is 146 (57.42% from 255 or 51.77% from 282); Blue value is 26 (10.55% from 255 or 9.22% from 282); Max value from RGB is 146 - color contains mainly: green. Hex color #6E921A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6E921A is #916DE5. Grayscale: #7A7A7A. Windows color (decimal): -9530854 or 1741422. OLE color: 1741422.

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

Color convert

RGB 110 146 26 -
CMYK 0.25 0 0.82 0.43
HSL 78º 0.7% 0.34% -
HSV(B) 78º 0.82% 0.57% -
XYZ 16.9 23.95 4.71 -
YUV 121.56 74.07 119.76 -
System Red Green Blue C M Y K H S L
Decimal 110 146 26 0.25 0 0.82 0.43 78 0.7 0.34
Hex 6E 92 1A 19 0 52 2B 4E 46 22
Octal 156 222 32 31 0 122 53 116 106 42
Binary 1101110 10010010 11010 11001 0 1010010 101011 1001110 1000110 100010

Color Harmonies of #6E921A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E921A

Black with #6E921A

Text Example


Text Example

White with #6E921A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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