Html Css Color HEX #6E9134 Olive Drab

📋 copy color: '#6E9134'

red 110 ◦ green 145 ◦ blue 52

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

Shades of Olive Drab #6E9134

Tints of Olive Drab #6E9134

RGB

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

 GREEN value IS 145 (57.03% from 255) = 47.23%

 BLUE value IS 52 (20.7% from 255) = 16.94%

R = 35.83%
G = 47.23%
B = 16.94%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.64

 K value IS 0.43

RGB Variations

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

Color information

#6E9134 (or 0x6E9134) is known color: Olive Drab. HEX triplet: 6E, 91 and 34. RGB value is (110,145,52). Sum of RGB (Red+Green+Blue) = 110+145+52=307 (40% of max value = 765). Red value is 110 (43.36% from 255 or 35.83% from 307); Green value is 145 (57.03% from 255 or 47.23% from 307); Blue value is 52 (20.70% from 255 or 16.94% from 307); Max value from RGB is 145 - color contains mainly: green. Hex color #6E9134 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6E9134 is #916ECB. Grayscale: #7C7C7C. Windows color (decimal): -9531084 or 3445102. OLE color: 3445102.

HSL color Cylindrical-coordinate representation of color #6E9134: hue angle of 82.58º degrees, saturation: 0.47, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #6E9134 is Cyan = 0.24, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.43.

Color convert

RGB 110 145 52 -
CMYK 0.24 0 0.64 0.43
HSL 82.58º 0.47% 0.39% -
HSV(B) 82.58º 0.64% 0.57% -
XYZ 17.18 23.81 6.94 -
YUV 123.93 87.4 118.06 -
System Red Green Blue C M Y K H S L
Decimal 110 145 52 0.24 0 0.64 0.43 82.58 0.47 0.39
Hex 6E 91 34 18 0 40 2B 53 2F 27
Octal 156 221 64 30 0 100 53 123 57 47
Binary 1101110 10010001 110100 11000 0 1000000 101011 1010011 101111 100111

Color Harmonies of #6E9134

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E9134

Black with #6E9134

Text Example


Text Example

White with #6E9134

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,145,52); }

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

background-color css

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

 a { background-color: rgb(110,145,52); }

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

border-color css

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

 span { border-color: rgb(110,145,52); }

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