Html Css Color HEX #5F7130 Dark Olive Green

📋 copy color: '#5F7130'

red 95 ◦ green 113 ◦ blue 48

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

Shades of Dark Olive Green #5F7130

Tints of Dark Olive Green #5F7130

RGB

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

 GREEN value IS 113 (44.53% from 255) = 44.14%

 BLUE value IS 48 (19.14% from 255) = 18.75%

R = 37.11%
G = 44.14%
B = 18.75%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.58

 K value IS 0.56

RGB Variations

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

Color information

#5F7130 (or 0x5F7130) is known color: Dark Olive Green. HEX triplet: 5F, 71 and 30. RGB value is (95,113,48). Sum of RGB (Red+Green+Blue) = 95+113+48=256 (33% of max value = 765). Red value is 95 (37.5% from 255 or 37.11% from 256); Green value is 113 (44.53% from 255 or 44.14% from 256); Blue value is 48 (19.14% from 255 or 18.75% from 256); Max value from RGB is 113 - color contains mainly: green. Hex color #5F7130 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5F7130 is #A08ECF. Grayscale: #646464. Windows color (decimal): -10522320 or 3174751. OLE color: 3174751.

HSL color Cylindrical-coordinate representation of color #5F7130: hue angle of 76.62º degrees, saturation: 0.4, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5F7130 is Cyan = 0.16, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.56.

Color convert

RGB 95 113 48 -
CMYK 0.16 0 0.58 0.56
HSL 76.62º 0.4% 0.32% -
HSV(B) 76.62º 0.58% 0.44% -
XYZ 11.16 14.46 5 -
YUV 100.21 98.54 124.29 -
System Red Green Blue C M Y K H S L
Decimal 95 113 48 0.16 0 0.58 0.56 76.62 0.4 0.32
Hex 5F 71 30 10 0 3A 38 4D 28 20
Octal 137 161 60 20 0 72 70 115 50 40
Binary 1011111 1110001 110000 10000 0 111010 111000 1001101 101000 100000

Color Harmonies of #5F7130

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F7130

Black with #5F7130

Text Example


Text Example

White with #5F7130

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,113,48); }

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

background-color css

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

 a { background-color: rgb(95,113,48); }

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

border-color css

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

 span { border-color: rgb(95,113,48); }

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