Html Css Color HEX #6E8528 Olive Drab

📋 copy color: '#6E8528'

red 110 ◦ green 133 ◦ blue 40

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

Shades of Olive Drab #6E8528

Tints of Olive Drab #6E8528

RGB

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

 GREEN value IS 133 (52.34% from 255) = 47%

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

R = 38.87%
G = 47%
B = 14.13%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.70

 K value IS 0.48

RGB Variations

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

Color information

#6E8528 (or 0x6E8528) is known color: Olive Drab. HEX triplet: 6E, 85 and 28. RGB value is (110,133,40). Sum of RGB (Red+Green+Blue) = 110+133+40=283 (37% of max value = 765). Red value is 110 (43.36% from 255 or 38.87% from 283); Green value is 133 (52.34% from 255 or 47.00% from 283); Blue value is 40 (16.02% from 255 or 14.13% from 283); Max value from RGB is 133 - color contains mainly: green. Hex color #6E8528 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6E8528 is #917AD7. Grayscale: #737373. Windows color (decimal): -9534168 or 2655598. OLE color: 2655598.

HSL color Cylindrical-coordinate representation of color #6E8528: hue angle of 74.84º degrees, saturation: 0.54, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #6E8528 is Cyan = 0.17, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.48.

Color convert

RGB 110 133 40 -
CMYK 0.17 0 0.70 0.48
HSL 74.84º 0.54% 0.34% -
HSV(B) 74.84º 0.7% 0.52% -
XYZ 15.2 20.24 5.11 -
YUV 115.52 85.38 124.06 -
System Red Green Blue C M Y K H S L
Decimal 110 133 40 0.17 0 0.70 0.48 74.84 0.54 0.34
Hex 6E 85 28 11 0 46 30 4B 36 22
Octal 156 205 50 21 0 106 60 113 66 42
Binary 1101110 10000101 101000 10001 0 1000110 110000 1001011 110110 100010

Color Harmonies of #6E8528

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E8528

Black with #6E8528

Text Example


Text Example

White with #6E8528

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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