Html Css Color HEX #5B742F Dark Olive Green

📋 copy color: '#5B742F'

red 91 ◦ green 116 ◦ blue 47

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

Shades of Dark Olive Green #5B742F

Tints of Dark Olive Green #5B742F

RGB

 RED value IS 91 (35.94% from 255) = 35.83%

 GREEN value IS 116 (45.7% from 255) = 45.67%

 BLUE value IS 47 (18.75% from 255) = 18.5%

R = 35.83%
G = 45.67%
B = 18.5%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.59

 K value IS 0.55

RGB Variations

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

Color information

#5B742F (or 0x5B742F) is known color: Dark Olive Green. HEX triplet: 5B, 74 and 2F. RGB value is (91,116,47). Sum of RGB (Red+Green+Blue) = 91+116+47=254 (33% of max value = 765). Red value is 91 (35.94% from 255 or 35.83% from 254); Green value is 116 (45.70% from 255 or 45.67% from 254); Blue value is 47 (18.75% from 255 or 18.50% from 254); Max value from RGB is 116 - color contains mainly: green. Hex color #5B742F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5B742F is #A48BD0. Grayscale: #646464. Windows color (decimal): -10783697 or 3109979. OLE color: 3109979.

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

Color convert

RGB 91 116 47 -
CMYK 0.22 0 0.59 0.55
HSL 81.74º 0.42% 0.32% -
HSV(B) 81.74º 0.59% 0.45% -
XYZ 11.07 14.92 4.99 -
YUV 100.66 97.72 121.11 -
System Red Green Blue C M Y K H S L
Decimal 91 116 47 0.22 0 0.59 0.55 81.74 0.42 0.32
Hex 5B 74 2F 16 0 3B 37 52 2A 20
Octal 133 164 57 26 0 73 67 122 52 40
Binary 1011011 1110100 101111 10110 0 111011 110111 1010010 101010 100000

Color Harmonies of #5B742F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B742F

Black with #5B742F

Text Example


Text Example

White with #5B742F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,116,47); }

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

background-color css

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

 a { background-color: rgb(91,116,47); }

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

border-color css

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

 span { border-color: rgb(91,116,47); }

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