Html Css Color HEX #57752D Dark Olive Green

📋 copy color: '#57752D'

red 87 ◦ green 117 ◦ blue 45

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

Shades of Dark Olive Green #57752D

Tints of Dark Olive Green #57752D

RGB

 RED value IS 87 (34.38% from 255) = 34.94%

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

 BLUE value IS 45 (17.97% from 255) = 18.07%

R = 34.94%
G = 46.99%
B = 18.07%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.62

 K value IS 0.54

RGB Variations

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

Color information

#57752D (or 0x57752D) is known color: Dark Olive Green. HEX triplet: 57, 75 and 2D. RGB value is (87,117,45). Sum of RGB (Red+Green+Blue) = 87+117+45=249 (32% of max value = 765). Red value is 87 (34.38% from 255 or 34.94% from 249); Green value is 117 (46.09% from 255 or 46.99% from 249); Blue value is 45 (17.97% from 255 or 18.07% from 249); Max value from RGB is 117 - color contains mainly: green. Hex color #57752D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #57752D is #A88AD2. Grayscale: #646464. Windows color (decimal): -11045587 or 2979159. OLE color: 2979159.

HSL color Cylindrical-coordinate representation of color #57752D: hue angle of 85º degrees, saturation: 0.44, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #57752D is Cyan = 0.26, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.54.

Color convert

RGB 87 117 45 -
CMYK 0.26 0 0.62 0.54
HSL 85º 0.44% 0.32% -
HSV(B) 85º 0.62% 0.46% -
XYZ 10.77 14.94 4.8 -
YUV 99.82 97.06 118.85 -
System Red Green Blue C M Y K H S L
Decimal 87 117 45 0.26 0 0.62 0.54 85 0.44 0.32
Hex 57 75 2D 1A 0 3E 36 55 2C 20
Octal 127 165 55 32 0 76 66 125 54 40
Binary 1010111 1110101 101101 11010 0 111110 110110 1010101 101100 100000

Color Harmonies of #57752D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57752D

Black with #57752D

Text Example


Text Example

White with #57752D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #57752D; }

 p { color: rgb(87,117,45); }

 H1.HeaderClassName
 {
   color: #57752D;
 }
 .AnyTagClassName
 {
   color: #57752D;
 }
</style>

background-color css

<style>
 a { background-color: #57752D; }

 a { background-color: rgb(87,117,45); }

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

border-color css

<style>
 span { border-color: #57752D; }

 span { border-color: rgb(87,117,45); }

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