Html Css Color HEX #5D782F Dark Olive Green

📋 copy color: '#5D782F'

red 93 ◦ green 120 ◦ blue 47

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

Shades of Dark Olive Green #5D782F

Tints of Dark Olive Green #5D782F

RGB

 RED value IS 93 (36.72% from 255) = 35.77%

 GREEN value IS 120 (47.27% from 255) = 46.15%

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

R = 35.77%
G = 46.15%
B = 18.08%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.61

 K value IS 0.53

RGB Variations

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

Color information

#5D782F (or 0x5D782F) is known color: Dark Olive Green. HEX triplet: 5D, 78 and 2F. RGB value is (93,120,47). Sum of RGB (Red+Green+Blue) = 93+120+47=260 (34% of max value = 765). Red value is 93 (36.72% from 255 or 35.77% from 260); Green value is 120 (47.27% from 255 or 46.15% from 260); Blue value is 47 (18.75% from 255 or 18.08% from 260); Max value from RGB is 120 - color contains mainly: green. Hex color #5D782F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5D782F is #A287D0. Grayscale: #676767. Windows color (decimal): -10651601 or 3111005. OLE color: 3111005.

HSL color Cylindrical-coordinate representation of color #5D782F: hue angle of 82.19º degrees, saturation: 0.44, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5D782F is Cyan = 0.22, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.53.

Color convert

RGB 93 120 47 -
CMYK 0.22 0 0.61 0.53
HSL 82.19º 0.44% 0.33% -
HSV(B) 82.19º 0.61% 0.47% -
XYZ 11.74 15.97 5.15 -
YUV 103.61 96.05 120.44 -
System Red Green Blue C M Y K H S L
Decimal 93 120 47 0.22 0 0.61 0.53 82.19 0.44 0.33
Hex 5D 78 2F 16 0 3D 35 52 2C 21
Octal 135 170 57 26 0 75 65 122 54 41
Binary 1011101 1111000 101111 10110 0 111101 110101 1010010 101100 100001

Color Harmonies of #5D782F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D782F

Black with #5D782F

Text Example


Text Example

White with #5D782F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,120,47); }

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

background-color css

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

 a { background-color: rgb(93,120,47); }

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

border-color css

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

 span { border-color: rgb(93,120,47); }

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