Html Css Color HEX #6E9531 Olive Drab

📋 copy color: '#6E9531'

red 110 ◦ green 149 ◦ blue 49

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

Shades of Olive Drab #6E9531

Tints of Olive Drab #6E9531

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 15.91%

R = 35.71%
G = 48.38%
B = 15.91%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.67

 K value IS 0.42

RGB Variations

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

Color information

#6E9531 (or 0x6E9531) is known color: Olive Drab. HEX triplet: 6E, 95 and 31. RGB value is (110,149,49). Sum of RGB (Red+Green+Blue) = 110+149+49=308 (40% of max value = 765). Red value is 110 (43.36% from 255 or 35.71% from 308); Green value is 149 (58.59% from 255 or 48.38% from 308); Blue value is 49 (19.53% from 255 or 15.91% from 308); Max value from RGB is 149 - color contains mainly: green. Hex color #6E9531 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6E9531 is #916ACE. Grayscale: #7E7E7E. Windows color (decimal): -9530063 or 3249518. OLE color: 3249518.

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

Color convert

RGB 110 149 49 -
CMYK 0.26 0 0.67 0.42
HSL 83.4º 0.51% 0.39% -
HSV(B) 83.4º 0.67% 0.58% -
XYZ 17.73 25.03 6.8 -
YUV 125.94 84.58 116.63 -
System Red Green Blue C M Y K H S L
Decimal 110 149 49 0.26 0 0.67 0.42 83.4 0.51 0.39
Hex 6E 95 31 1A 0 43 2A 53 33 27
Octal 156 225 61 32 0 103 52 123 63 47
Binary 1101110 10010101 110001 11010 0 1000011 101010 1010011 110011 100111

Color Harmonies of #6E9531

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E9531

Black with #6E9531

Text Example


Text Example

White with #6E9531

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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