Html Css Color HEX #5E850B Olive Drab

📋 copy color: '#5E850B'

red 94 ◦ green 133 ◦ blue 11

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

Shades of Olive Drab #5E850B

Tints of Olive Drab #5E850B

RGB

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

 GREEN value IS 133 (52.34% from 255) = 55.88%

 BLUE value IS 11 (4.69% from 255) = 4.62%

R = 39.5%
G = 55.88%
B = 4.62%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.92

 K value IS 0.48

RGB Variations

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

Color information

#5E850B (or 0x5E850B) is known color: Olive Drab. HEX triplet: 5E, 85 and 0B. RGB value is (94,133,11). Sum of RGB (Red+Green+Blue) = 94+133+11=238 (31% of max value = 765). Red value is 94 (37.11% from 255 or 39.50% from 238); Green value is 133 (52.34% from 255 or 55.88% from 238); Blue value is 11 (4.69% from 255 or 4.62% from 238); Max value from RGB is 133 - color contains mainly: green. Hex color #5E850B is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5E850B is #A17AF4. Grayscale: #6B6B6B. Windows color (decimal): -10582773 or 755038. OLE color: 755038.

HSL color Cylindrical-coordinate representation of color #5E850B: hue angle of 79.18º degrees, saturation: 0.85, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #5E850B is Cyan = 0.29, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.48.

Color convert

RGB 94 133 11 -
CMYK 0.29 0 0.92 0.48
HSL 79.18º 0.85% 0.28% -
HSV(B) 79.18º 0.92% 0.52% -
XYZ 13.06 19.18 3.33 -
YUV 107.43 73.58 118.42 -
System Red Green Blue C M Y K H S L
Decimal 94 133 11 0.29 0 0.92 0.48 79.18 0.85 0.28
Hex 5E 85 B 1D 0 5C 30 4F 55 1C
Octal 136 205 13 35 0 134 60 117 125 34
Binary 1011110 10000101 1011 11101 0 1011100 110000 1001111 1010101 11100

Color Harmonies of #5E850B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E850B

Black with #5E850B

Text Example


Text Example

White with #5E850B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,133,11); }

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

background-color css

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

 a { background-color: rgb(94,133,11); }

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

border-color css

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

 span { border-color: rgb(94,133,11); }

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