Html Css Color HEX #6E8B28 Olive Drab

📋 copy color: '#6E8B28'

red 110 ◦ green 139 ◦ blue 40

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

Shades of Olive Drab #6E8B28

Tints of Olive Drab #6E8B28

RGB

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

 GREEN value IS 139 (54.69% from 255) = 48.1%

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

R = 38.06%
G = 48.1%
B = 13.84%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.71

 K value IS 0.45

RGB Variations

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

Color information

#6E8B28 (or 0x6E8B28) is known color: Olive Drab. HEX triplet: 6E, 8B and 28. RGB value is (110,139,40). Sum of RGB (Red+Green+Blue) = 110+139+40=289 (38% of max value = 765). Red value is 110 (43.36% from 255 or 38.06% from 289); Green value is 139 (54.69% from 255 or 48.10% from 289); Blue value is 40 (16.02% from 255 or 13.84% from 289); Max value from RGB is 139 - color contains mainly: green. Hex color #6E8B28 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6E8B28 is #9174D7. Grayscale: #777777. Windows color (decimal): -9532632 or 2657134. OLE color: 2657134.

HSL color Cylindrical-coordinate representation of color #6E8B28: hue angle of 77.58º degrees, saturation: 0.55, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #6E8B28 is Cyan = 0.21, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.45.

Color convert

RGB 110 139 40 -
CMYK 0.21 0 0.71 0.45
HSL 77.58º 0.55% 0.35% -
HSV(B) 77.58º 0.71% 0.55% -
XYZ 16.05 21.93 5.4 -
YUV 119.04 83.39 121.55 -
System Red Green Blue C M Y K H S L
Decimal 110 139 40 0.21 0 0.71 0.45 77.58 0.55 0.35
Hex 6E 8B 28 15 0 47 2D 4E 37 23
Octal 156 213 50 25 0 107 55 116 67 43
Binary 1101110 10001011 101000 10101 0 1000111 101101 1001110 110111 100011

Color Harmonies of #6E8B28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E8B28

Black with #6E8B28

Text Example


Text Example

White with #6E8B28

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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