Html Css Color HEX #6E9232 Olive Drab

📋 copy color: '#6E9232'

red 110 ◦ green 146 ◦ blue 50

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

Shades of Olive Drab #6E9232

Tints of Olive Drab #6E9232

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 16.34%

R = 35.95%
G = 47.71%
B = 16.34%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.66

 K value IS 0.43

RGB Variations

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

Color information

#6E9232 (or 0x6E9232) is known color: Olive Drab. HEX triplet: 6E, 92 and 32. RGB value is (110,146,50). Sum of RGB (Red+Green+Blue) = 110+146+50=306 (40% of max value = 765). Red value is 110 (43.36% from 255 or 35.95% from 306); Green value is 146 (57.42% from 255 or 47.71% from 306); Blue value is 50 (19.92% from 255 or 16.34% from 306); Max value from RGB is 146 - color contains mainly: green. Hex color #6E9232 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6E9232 is #916DCD. Grayscale: #7C7C7C. Windows color (decimal): -9530830 or 3314286. OLE color: 3314286.

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

Color convert

RGB 110 146 50 -
CMYK 0.25 0 0.66 0.43
HSL 82.5º 0.49% 0.38% -
HSV(B) 82.5º 0.66% 0.57% -
XYZ 17.29 24.1 6.76 -
YUV 124.29 86.07 117.81 -
System Red Green Blue C M Y K H S L
Decimal 110 146 50 0.25 0 0.66 0.43 82.5 0.49 0.38
Hex 6E 92 32 19 0 42 2B 52 31 26
Octal 156 222 62 31 0 102 53 122 61 46
Binary 1101110 10010010 110010 11001 0 1000010 101011 1010010 110001 100110

Color Harmonies of #6E9232

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E9232

Black with #6E9232

Text Example


Text Example

White with #6E9232

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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