Html Css Color HEX #5E7F15 Olive Drab

📋 copy color: '#5E7F15'

red 94 ◦ green 127 ◦ blue 21

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

Shades of Olive Drab #5E7F15

Tints of Olive Drab #5E7F15

RGB

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

 GREEN value IS 127 (50% from 255) = 52.48%

 BLUE value IS 21 (8.59% from 255) = 8.68%

R = 38.84%
G = 52.48%
B = 8.68%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.83

 K value IS 0.50

RGB Variations

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

Color information

#5E7F15 (or 0x5E7F15) is known color: Olive Drab. HEX triplet: 5E, 7F and 15. RGB value is (94,127,21). Sum of RGB (Red+Green+Blue) = 94+127+21=242 (32% of max value = 765). Red value is 94 (37.11% from 255 or 38.84% from 242); Green value is 127 (50% from 255 or 52.48% from 242); Blue value is 21 (8.59% from 255 or 8.68% from 242); Max value from RGB is 127 - color contains mainly: green. Hex color #5E7F15 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5E7F15 is #A180EA. Grayscale: #696969. Windows color (decimal): -10584299 or 1408862. OLE color: 1408862.

HSL color Cylindrical-coordinate representation of color #5E7F15: hue angle of 78.68º degrees, saturation: 0.72, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #5E7F15 is Cyan = 0.26, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.50.

Color convert

RGB 94 127 21 -
CMYK 0.26 0 0.83 0.50
HSL 78.68º 0.72% 0.29% -
HSV(B) 78.68º 0.83% 0.5% -
XYZ 12.34 17.61 3.46 -
YUV 105.05 80.57 120.12 -
System Red Green Blue C M Y K H S L
Decimal 94 127 21 0.26 0 0.83 0.50 78.68 0.72 0.29
Hex 5E 7F 15 1A 0 53 32 4F 48 1D
Octal 136 177 25 32 0 123 62 117 110 35
Binary 1011110 1111111 10101 11010 0 1010011 110010 1001111 1001000 11101

Color Harmonies of #5E7F15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E7F15

Black with #5E7F15

Text Example


Text Example

White with #5E7F15

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,127,21); }

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

background-color css

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

 a { background-color: rgb(94,127,21); }

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

border-color css

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

 span { border-color: rgb(94,127,21); }

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