Html Css Color HEX #6E8334 Olive Drab

📋 copy color: '#6E8334'

red 110 ◦ green 131 ◦ blue 52

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

Shades of Olive Drab #6E8334

Tints of Olive Drab #6E8334

RGB

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

 GREEN value IS 131 (51.56% from 255) = 44.71%

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

R = 37.54%
G = 44.71%
B = 17.75%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.60

 K value IS 0.49

RGB Variations

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

Color information

#6E8334 (or 0x6E8334) is known color: Olive Drab. HEX triplet: 6E, 83 and 34. RGB value is (110,131,52). Sum of RGB (Red+Green+Blue) = 110+131+52=293 (38% of max value = 765). Red value is 110 (43.36% from 255 or 37.54% from 293); Green value is 131 (51.56% from 255 or 44.71% from 293); Blue value is 52 (20.70% from 255 or 17.75% from 293); Max value from RGB is 131 - color contains mainly: green. Hex color #6E8334 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6E8334 is #917CCB. Grayscale: #747474. Windows color (decimal): -9534668 or 3441518. OLE color: 3441518.

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

Color convert

RGB 110 131 52 -
CMYK 0.16 0 0.60 0.49
HSL 75.95º 0.43% 0.36% -
HSV(B) 75.95º 0.6% 0.51% -
XYZ 15.17 19.8 6.27 -
YUV 115.72 92.04 123.92 -
System Red Green Blue C M Y K H S L
Decimal 110 131 52 0.16 0 0.60 0.49 75.95 0.43 0.36
Hex 6E 83 34 10 0 3C 31 4C 2B 24
Octal 156 203 64 20 0 74 61 114 53 44
Binary 1101110 10000011 110100 10000 0 111100 110001 1001100 101011 100100

Color Harmonies of #6E8334

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E8334

Black with #6E8334

Text Example


Text Example

White with #6E8334

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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