Html Css Color HEX #5F8717 Olive Drab

📋 copy color: '#5F8717'

red 95 ◦ green 135 ◦ blue 23

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

Shades of Olive Drab #5F8717

Tints of Olive Drab #5F8717

RGB

 RED value IS 95 (37.5% from 255) = 37.55%

 GREEN value IS 135 (53.13% from 255) = 53.36%

 BLUE value IS 23 (9.38% from 255) = 9.09%

R = 37.55%
G = 53.36%
B = 9.09%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.83

 K value IS 0.47

RGB Variations

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

Color information

#5F8717 (or 0x5F8717) is known color: Olive Drab. HEX triplet: 5F, 87 and 17. RGB value is (95,135,23). Sum of RGB (Red+Green+Blue) = 95+135+23=253 (33% of max value = 765). Red value is 95 (37.5% from 255 or 37.55% from 253); Green value is 135 (53.12% from 255 or 53.36% from 253); Blue value is 23 (9.38% from 255 or 9.09% from 253); Max value from RGB is 135 - color contains mainly: green. Hex color #5F8717 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5F8717 is #A078E8. Grayscale: #6E6E6E. Windows color (decimal): -10516713 or 1541983. OLE color: 1541983.

HSL color Cylindrical-coordinate representation of color #5F8717: hue angle of 81.43º degrees, saturation: 0.71, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #5F8717 is Cyan = 0.30, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.47.

Color convert

RGB 95 135 23 -
CMYK 0.30 0 0.83 0.47
HSL 81.43º 0.71% 0.31% -
HSV(B) 81.43º 0.83% 0.53% -
XYZ 13.54 19.82 3.92 -
YUV 110.27 78.75 117.11 -
System Red Green Blue C M Y K H S L
Decimal 95 135 23 0.30 0 0.83 0.47 81.43 0.71 0.31
Hex 5F 87 17 1E 0 53 2F 51 47 1F
Octal 137 207 27 36 0 123 57 121 107 37
Binary 1011111 10000111 10111 11110 0 1010011 101111 1010001 1000111 11111

Color Harmonies of #5F8717

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F8717

Black with #5F8717

Text Example


Text Example

White with #5F8717

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,135,23); }

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

background-color css

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

 a { background-color: rgb(95,135,23); }

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

border-color css

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

 span { border-color: rgb(95,135,23); }

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