Html Css Color HEX #6E8434 Olive Drab

📋 copy color: '#6E8434'

red 110 ◦ green 132 ◦ blue 52

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

Shades of Olive Drab #6E8434

Tints of Olive Drab #6E8434

RGB

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

 GREEN value IS 132 (51.95% from 255) = 44.9%

 BLUE value IS 52 (20.7% from 255) = 17.69%

R = 37.41%
G = 44.9%
B = 17.69%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.61

 K value IS 0.48

RGB Variations

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

Color information

#6E8434 (or 0x6E8434) is known color: Olive Drab. HEX triplet: 6E, 84 and 34. RGB value is (110,132,52). Sum of RGB (Red+Green+Blue) = 110+132+52=294 (38% of max value = 765). Red value is 110 (43.36% from 255 or 37.41% from 294); Green value is 132 (51.95% from 255 or 44.90% from 294); Blue value is 52 (20.70% from 255 or 17.69% from 294); Max value from RGB is 132 - color contains mainly: green. Hex color #6E8434 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6E8434 is #917BCB. Grayscale: #747474. Windows color (decimal): -9534412 or 3441774. OLE color: 3441774.

HSL color Cylindrical-coordinate representation of color #6E8434: hue angle of 76.5º degrees, saturation: 0.43, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #6E8434 is Cyan = 0.17, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.48.

Color convert

RGB 110 132 52 -
CMYK 0.17 0 0.61 0.48
HSL 76.5º 0.43% 0.36% -
HSV(B) 76.5º 0.61% 0.52% -
XYZ 15.3 20.07 6.32 -
YUV 116.3 91.71 123.5 -
System Red Green Blue C M Y K H S L
Decimal 110 132 52 0.17 0 0.61 0.48 76.5 0.43 0.36
Hex 6E 84 34 11 0 3D 30 4C 2B 24
Octal 156 204 64 21 0 75 60 114 53 44
Binary 1101110 10000100 110100 10001 0 111101 110000 1001100 101011 100100

Color Harmonies of #6E8434

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E8434

Black with #6E8434

Text Example


Text Example

White with #6E8434

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,132,52); }

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

background-color css

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

 a { background-color: rgb(110,132,52); }

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

border-color css

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

 span { border-color: rgb(110,132,52); }

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