Html Css Color HEX #6E8631 Olive Drab

📋 copy color: '#6E8631'

red 110 ◦ green 134 ◦ blue 49

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

Shades of Olive Drab #6E8631

Tints of Olive Drab #6E8631

RGB

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

 GREEN value IS 134 (52.73% from 255) = 45.73%

 BLUE value IS 49 (19.53% from 255) = 16.72%

R = 37.54%
G = 45.73%
B = 16.72%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.63

 K value IS 0.47

RGB Variations

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

Color information

#6E8631 (or 0x6E8631) is known color: Olive Drab. HEX triplet: 6E, 86 and 31. RGB value is (110,134,49). Sum of RGB (Red+Green+Blue) = 110+134+49=293 (38% of max value = 765). Red value is 110 (43.36% from 255 or 37.54% from 293); Green value is 134 (52.73% from 255 or 45.73% from 293); Blue value is 49 (19.53% from 255 or 16.72% from 293); Max value from RGB is 134 - color contains mainly: green. Hex color #6E8631 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6E8631 is #9179CE. Grayscale: #757575. Windows color (decimal): -9533903 or 3245678. OLE color: 3245678.

HSL color Cylindrical-coordinate representation of color #6E8631: hue angle of 76.94º degrees, saturation: 0.46, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #6E8631 is Cyan = 0.18, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.47.

Color convert

RGB 110 134 49 -
CMYK 0.18 0 0.63 0.47
HSL 76.94º 0.46% 0.36% -
HSV(B) 76.94º 0.63% 0.53% -
XYZ 15.51 20.59 6.06 -
YUV 117.13 89.55 122.91 -
System Red Green Blue C M Y K H S L
Decimal 110 134 49 0.18 0 0.63 0.47 76.94 0.46 0.36
Hex 6E 86 31 12 0 3F 2F 4D 2E 24
Octal 156 206 61 22 0 77 57 115 56 44
Binary 1101110 10000110 110001 10010 0 111111 101111 1001101 101110 100100

Color Harmonies of #6E8631

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E8631

Black with #6E8631

Text Example


Text Example

White with #6E8631

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,134,49); }

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

background-color css

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

 a { background-color: rgb(110,134,49); }

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

border-color css

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

 span { border-color: rgb(110,134,49); }

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