Html Css Color HEX #5F8503 Olive Drab

📋 copy color: '#5F8503'

red 95 ◦ green 133 ◦ blue 3

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

Shades of Olive Drab #5F8503

Tints of Olive Drab #5F8503

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 1.3%

R = 41.13%
G = 57.58%
B = 1.3%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.98

 K value IS 0.48

RGB Variations

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

Color information

#5F8503 (or 0x5F8503) is known color: Olive Drab. HEX triplet: 5F, 85 and 03. RGB value is (95,133,3). Sum of RGB (Red+Green+Blue) = 95+133+3=231 (30% of max value = 765). Red value is 95 (37.5% from 255 or 41.13% from 231); Green value is 133 (52.34% from 255 or 57.58% from 231); Blue value is 3 (1.56% from 255 or 1.30% from 231); Max value from RGB is 133 - color contains mainly: green. Hex color #5F8503 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5F8503 is #A07AFC. Grayscale: #6B6B6B. Windows color (decimal): -10517245 or 230751. OLE color: 230751.

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

Color convert

RGB 95 133 3 -
CMYK 0.29 0 0.98 0.48
HSL 77.54º 0.96% 0.27% -
HSV(B) 77.54º 0.98% 0.52% -
XYZ 13.12 19.21 3.1 -
YUV 106.82 69.41 119.57 -
System Red Green Blue C M Y K H S L
Decimal 95 133 3 0.29 0 0.98 0.48 77.54 0.96 0.27
Hex 5F 85 3 1D 0 62 30 4E 60 1B
Octal 137 205 3 35 0 142 60 116 140 33
Binary 1011111 10000101 11 11101 0 1100010 110000 1001110 1100000 11011

Color Harmonies of #5F8503

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F8503

Black with #5F8503

Text Example


Text Example

White with #5F8503

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,133,3); }

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

background-color css

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

 a { background-color: rgb(95,133,3); }

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

border-color css

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

 span { border-color: rgb(95,133,3); }

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