Html Css Color HEX #6E8338 Olive Drab

📋 copy color: '#6E8338'

red 110 ◦ green 131 ◦ blue 56

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

Shades of Olive Drab #6E8338

Tints of Olive Drab #6E8338

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 18.86%

R = 37.04%
G = 44.11%
B = 18.86%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.57

 K value IS 0.49

RGB Variations

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

Color information

#6E8338 (or 0x6E8338) is known color: Olive Drab. HEX triplet: 6E, 83 and 38. RGB value is (110,131,56). Sum of RGB (Red+Green+Blue) = 110+131+56=297 (39% of max value = 765). Red value is 110 (43.36% from 255 or 37.04% from 297); Green value is 131 (51.56% from 255 or 44.11% from 297); Blue value is 56 (22.27% from 255 or 18.86% from 297); Max value from RGB is 131 - color contains mainly: green. Hex color #6E8338 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6E8338 is #917CC7. Grayscale: #747474. Windows color (decimal): -9534664 or 3703662. OLE color: 3703662.

HSL color Cylindrical-coordinate representation of color #6E8338: hue angle of 76.8º degrees, saturation: 0.4, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6E8338 is Cyan = 0.16, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.49.

Color convert

RGB 110 131 56 -
CMYK 0.16 0 0.57 0.49
HSL 76.8º 0.4% 0.37% -
HSV(B) 76.8º 0.57% 0.51% -
XYZ 15.26 19.83 6.77 -
YUV 116.17 94.04 123.6 -
System Red Green Blue C M Y K H S L
Decimal 110 131 56 0.16 0 0.57 0.49 76.8 0.4 0.37
Hex 6E 83 38 10 0 39 31 4D 28 25
Octal 156 203 70 20 0 71 61 115 50 45
Binary 1101110 10000011 111000 10000 0 111001 110001 1001101 101000 100101

Color Harmonies of #6E8338

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E8338

Black with #6E8338

Text Example


Text Example

White with #6E8338

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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