Html Css Color HEX #5E8312 Olive Drab

📋 copy color: '#5E8312'

red 94 ◦ green 131 ◦ blue 18

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

Shades of Olive Drab #5E8312

Tints of Olive Drab #5E8312

RGB

 RED value IS 94 (37.11% from 255) = 38.68%

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

 BLUE value IS 18 (7.42% from 255) = 7.41%

R = 38.68%
G = 53.91%
B = 7.41%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.86

 K value IS 0.49

RGB Variations

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

Color information

#5E8312 (or 0x5E8312) is known color: Olive Drab. HEX triplet: 5E, 83 and 12. RGB value is (94,131,18). Sum of RGB (Red+Green+Blue) = 94+131+18=243 (32% of max value = 765). Red value is 94 (37.11% from 255 or 38.68% from 243); Green value is 131 (51.56% from 255 or 53.91% from 243); Blue value is 18 (7.42% from 255 or 7.41% from 243); Max value from RGB is 131 - color contains mainly: green. Hex color #5E8312 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5E8312 is #A17CED. Grayscale: #6B6B6B. Windows color (decimal): -10583278 or 1213278. OLE color: 1213278.

HSL color Cylindrical-coordinate representation of color #5E8312: hue angle of 79.65º degrees, saturation: 0.76, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #5E8312 is Cyan = 0.28, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.49.

Color convert

RGB 94 131 18 -
CMYK 0.28 0 0.86 0.49
HSL 79.65º 0.76% 0.29% -
HSV(B) 79.65º 0.86% 0.51% -
XYZ 12.84 18.66 3.5 -
YUV 107.06 77.74 118.69 -
System Red Green Blue C M Y K H S L
Decimal 94 131 18 0.28 0 0.86 0.49 79.65 0.76 0.29
Hex 5E 83 12 1C 0 56 31 50 4C 1D
Octal 136 203 22 34 0 126 61 120 114 35
Binary 1011110 10000011 10010 11100 0 1010110 110001 1010000 1001100 11101

Color Harmonies of #5E8312

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E8312

Black with #5E8312

Text Example


Text Example

White with #5E8312

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5E8312; }

 p { color: rgb(94,131,18); }

 H1.HeaderClassName
 {
   color: #5E8312;
 }
 .AnyTagClassName
 {
   color: #5E8312;
 }
</style>

background-color css

<style>
 a { background-color: #5E8312; }

 a { background-color: rgb(94,131,18); }

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

border-color css

<style>
 span { border-color: #5E8312; }

 span { border-color: rgb(94,131,18); }

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