Html Css Color HEX #6E951A Olive Drab

📋 copy color: '#6E951A'

red 110 ◦ green 149 ◦ blue 26

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

Shades of Olive Drab #6E951A

Tints of Olive Drab #6E951A

RGB

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

 GREEN value IS 149 (58.59% from 255) = 52.28%

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

R = 38.6%
G = 52.28%
B = 9.12%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.83

 K value IS 0.42

RGB Variations

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

Color information

#6E951A (or 0x6E951A) is known color: Olive Drab. HEX triplet: 6E, 95 and 1A. RGB value is (110,149,26). Sum of RGB (Red+Green+Blue) = 110+149+26=285 (37% of max value = 765). Red value is 110 (43.36% from 255 or 38.60% from 285); Green value is 149 (58.59% from 255 or 52.28% from 285); Blue value is 26 (10.55% from 255 or 9.12% from 285); Max value from RGB is 149 - color contains mainly: green. Hex color #6E951A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6E951A is #916AE5. Grayscale: #7B7B7B. Windows color (decimal): -9530086 or 1742190. OLE color: 1742190.

HSL color Cylindrical-coordinate representation of color #6E951A: hue angle of 79.02º degrees, saturation: 0.7, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #6E951A is Cyan = 0.26, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.42.

Color convert

RGB 110 149 26 -
CMYK 0.26 0 0.83 0.42
HSL 79.02º 0.7% 0.34% -
HSV(B) 79.02º 0.83% 0.58% -
XYZ 17.36 24.88 4.87 -
YUV 123.32 73.08 118.5 -
System Red Green Blue C M Y K H S L
Decimal 110 149 26 0.26 0 0.83 0.42 79.02 0.7 0.34
Hex 6E 95 1A 1A 0 53 2A 4F 46 22
Octal 156 225 32 32 0 123 52 117 106 42
Binary 1101110 10010101 11010 11010 0 1010011 101010 1001111 1000110 100010

Color Harmonies of #6E951A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E951A

Black with #6E951A

Text Example


Text Example

White with #6E951A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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