Html Css Color HEX #5D8F0F Olive Drab

📋 copy color: '#5D8F0F'

red 93 ◦ green 143 ◦ blue 15

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

Shades of Olive Drab #5D8F0F

Tints of Olive Drab #5D8F0F

RGB

 RED value IS 93 (36.72% from 255) = 37.05%

 GREEN value IS 143 (56.25% from 255) = 56.97%

 BLUE value IS 15 (6.25% from 255) = 5.98%

R = 37.05%
G = 56.97%
B = 5.98%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.90

 K value IS 0.44

RGB Variations

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

Color information

#5D8F0F (or 0x5D8F0F) is known color: Olive Drab. HEX triplet: 5D, 8F and 0F. RGB value is (93,143,15). Sum of RGB (Red+Green+Blue) = 93+143+15=251 (33% of max value = 765). Red value is 93 (36.72% from 255 or 37.05% from 251); Green value is 143 (56.25% from 255 or 56.97% from 251); Blue value is 15 (6.25% from 255 or 5.98% from 251); Max value from RGB is 143 - color contains mainly: green. Hex color #5D8F0F is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5D8F0F is #A270F0. Grayscale: #717171. Windows color (decimal): -10645745 or 1019741. OLE color: 1019741.

HSL color Cylindrical-coordinate representation of color #5D8F0F: hue angle of 83.44º degrees, saturation: 0.81, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #5D8F0F is Cyan = 0.35, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.44.

Color convert

RGB 93 143 15 -
CMYK 0.35 0 0.90 0.44
HSL 83.44º 0.81% 0.31% -
HSV(B) 83.44º 0.9% 0.56% -
XYZ 14.42 22.01 3.94 -
YUV 113.46 72.44 113.41 -
System Red Green Blue C M Y K H S L
Decimal 93 143 15 0.35 0 0.90 0.44 83.44 0.81 0.31
Hex 5D 8F F 23 0 5A 2C 53 51 1F
Octal 135 217 17 43 0 132 54 123 121 37
Binary 1011101 10001111 1111 100011 0 1011010 101100 1010011 1010001 11111

Color Harmonies of #5D8F0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D8F0F

Black with #5D8F0F

Text Example


Text Example

White with #5D8F0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,143,15); }

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

background-color css

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

 a { background-color: rgb(93,143,15); }

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

border-color css

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

 span { border-color: rgb(93,143,15); }

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