Html Css Color HEX #5F7530 Dark Olive Green

📋 copy color: '#5F7530'

red 95 ◦ green 117 ◦ blue 48

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

Shades of Dark Olive Green #5F7530

Tints of Dark Olive Green #5F7530

RGB

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

 GREEN value IS 117 (46.09% from 255) = 45%

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

R = 36.54%
G = 45%
B = 18.46%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.59

 K value IS 0.54

RGB Variations

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

Color information

#5F7530 (or 0x5F7530) is known color: Dark Olive Green. HEX triplet: 5F, 75 and 30. RGB value is (95,117,48). Sum of RGB (Red+Green+Blue) = 95+117+48=260 (34% of max value = 765). Red value is 95 (37.5% from 255 or 36.54% from 260); Green value is 117 (46.09% from 255 or 45% from 260); Blue value is 48 (19.14% from 255 or 18.46% from 260); Max value from RGB is 117 - color contains mainly: green. Hex color #5F7530 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5F7530 is #A08ACF. Grayscale: #666666. Windows color (decimal): -10521296 or 3175775. OLE color: 3175775.

HSL color Cylindrical-coordinate representation of color #5F7530: hue angle of 79.13º degrees, saturation: 0.42, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5F7530 is Cyan = 0.19, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.54.

Color convert

RGB 95 117 48 -
CMYK 0.19 0 0.59 0.54
HSL 79.13º 0.42% 0.32% -
HSV(B) 79.13º 0.59% 0.46% -
XYZ 11.61 15.37 5.15 -
YUV 102.56 97.21 122.61 -
System Red Green Blue C M Y K H S L
Decimal 95 117 48 0.19 0 0.59 0.54 79.13 0.42 0.32
Hex 5F 75 30 13 0 3B 36 4F 2A 20
Octal 137 165 60 23 0 73 66 117 52 40
Binary 1011111 1110101 110000 10011 0 111011 110110 1001111 101010 100000

Color Harmonies of #5F7530

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F7530

Black with #5F7530

Text Example


Text Example

White with #5F7530

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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