Html Css Color HEX #6E8133 Olive Drab

📋 copy color: '#6E8133'

red 110 ◦ green 129 ◦ blue 51

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

Shades of Olive Drab #6E8133

Tints of Olive Drab #6E8133

RGB

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

 GREEN value IS 129 (50.78% from 255) = 44.48%

 BLUE value IS 51 (20.31% from 255) = 17.59%

R = 37.93%
G = 44.48%
B = 17.59%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.60

 K value IS 0.49

RGB Variations

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

Color information

#6E8133 (or 0x6E8133) is known color: Olive Drab. HEX triplet: 6E, 81 and 33. RGB value is (110,129,51). Sum of RGB (Red+Green+Blue) = 110+129+51=290 (38% of max value = 765). Red value is 110 (43.36% from 255 or 37.93% from 290); Green value is 129 (50.78% from 255 or 44.48% from 290); Blue value is 51 (20.31% from 255 or 17.59% from 290); Max value from RGB is 129 - color contains mainly: green. Hex color #6E8133 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6E8133 is #917ECC. Grayscale: #727272. Windows color (decimal): -9535181 or 3375470. OLE color: 3375470.

HSL color Cylindrical-coordinate representation of color #6E8133: hue angle of 74.62º degrees, saturation: 0.43, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #6E8133 is Cyan = 0.15, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.49.

Color convert

RGB 110 129 51 -
CMYK 0.15 0 0.60 0.49
HSL 74.62º 0.43% 0.35% -
HSV(B) 74.62º 0.6% 0.51% -
XYZ 14.88 19.25 6.06 -
YUV 114.43 92.21 124.84 -
System Red Green Blue C M Y K H S L
Decimal 110 129 51 0.15 0 0.60 0.49 74.62 0.43 0.35
Hex 6E 81 33 F 0 3C 31 4B 2B 23
Octal 156 201 63 17 0 74 61 113 53 43
Binary 1101110 10000001 110011 1111 0 111100 110001 1001011 101011 100011

Color Harmonies of #6E8133

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E8133

Black with #6E8133

Text Example


Text Example

White with #6E8133

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,129,51); }

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

background-color css

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

 a { background-color: rgb(110,129,51); }

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

border-color css

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

 span { border-color: rgb(110,129,51); }

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