Html Css Color HEX #6E952B Olive Drab

📋 copy color: '#6E952B'

red 110 ◦ green 149 ◦ blue 43

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

Shades of Olive Drab #6E952B

Tints of Olive Drab #6E952B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 14.24%

R = 36.42%
G = 49.34%
B = 14.24%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.71

 K value IS 0.42

RGB Variations

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

Color information

#6E952B (or 0x6E952B) is known color: Olive Drab. HEX triplet: 6E, 95 and 2B. RGB value is (110,149,43). Sum of RGB (Red+Green+Blue) = 110+149+43=302 (40% of max value = 765). Red value is 110 (43.36% from 255 or 36.42% from 302); Green value is 149 (58.59% from 255 or 49.34% from 302); Blue value is 43 (17.19% from 255 or 14.24% from 302); Max value from RGB is 149 - color contains mainly: green. Hex color #6E952B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6E952B is #916AD4. Grayscale: #7D7D7D. Windows color (decimal): -9530069 or 2856302. OLE color: 2856302.

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

Color convert

RGB 110 149 43 -
CMYK 0.26 0 0.71 0.42
HSL 82.08º 0.55% 0.38% -
HSV(B) 82.08º 0.71% 0.58% -
XYZ 17.61 24.98 6.18 -
YUV 125.26 81.58 117.12 -
System Red Green Blue C M Y K H S L
Decimal 110 149 43 0.26 0 0.71 0.42 82.08 0.55 0.38
Hex 6E 95 2B 1A 0 47 2A 52 37 26
Octal 156 225 53 32 0 107 52 122 67 46
Binary 1101110 10010101 101011 11010 0 1000111 101010 1010010 110111 100110

Color Harmonies of #6E952B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E952B

Black with #6E952B

Text Example


Text Example

White with #6E952B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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