Html Css Color HEX #6E9728 Olive Drab

📋 copy color: '#6E9728'

red 110 ◦ green 151 ◦ blue 40

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

Shades of Olive Drab #6E9728

Tints of Olive Drab #6E9728

RGB

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

 GREEN value IS 151 (59.38% from 255) = 50.17%

 BLUE value IS 40 (16.02% from 255) = 13.29%

R = 36.54%
G = 50.17%
B = 13.29%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.74

 K value IS 0.41

RGB Variations

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

Color information

#6E9728 (or 0x6E9728) is known color: Olive Drab. HEX triplet: 6E, 97 and 28. RGB value is (110,151,40). Sum of RGB (Red+Green+Blue) = 110+151+40=301 (39% of max value = 765). Red value is 110 (43.36% from 255 or 36.54% from 301); Green value is 151 (59.38% from 255 or 50.17% from 301); Blue value is 40 (16.02% from 255 or 13.29% from 301); Max value from RGB is 151 - color contains mainly: green. Hex color #6E9728 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6E9728 is #9168D7. Grayscale: #7E7E7E. Windows color (decimal): -9529560 or 2660206. OLE color: 2660206.

HSL color Cylindrical-coordinate representation of color #6E9728: hue angle of 82.16º degrees, saturation: 0.58, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #6E9728 is Cyan = 0.27, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.41.

Color convert

RGB 110 151 40 -
CMYK 0.27 0 0.74 0.41
HSL 82.16º 0.58% 0.37% -
HSV(B) 82.16º 0.74% 0.59% -
XYZ 17.88 25.6 6.01 -
YUV 126.09 79.42 116.53 -
System Red Green Blue C M Y K H S L
Decimal 110 151 40 0.27 0 0.74 0.41 82.16 0.58 0.37
Hex 6E 97 28 1B 0 4A 29 52 3A 25
Octal 156 227 50 33 0 112 51 122 72 45
Binary 1101110 10010111 101000 11011 0 1001010 101001 1010010 111010 100101

Color Harmonies of #6E9728

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E9728

Black with #6E9728

Text Example


Text Example

White with #6E9728

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,151,40); }

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

background-color css

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

 a { background-color: rgb(110,151,40); }

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

border-color css

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

 span { border-color: rgb(110,151,40); }

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