Html Css Color HEX #57742B Dark Olive Green

📋 copy color: '#57742B'

red 87 ◦ green 116 ◦ blue 43

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

Shades of Dark Olive Green #57742B

Tints of Dark Olive Green #57742B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 17.48%

R = 35.37%
G = 47.15%
B = 17.48%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.63

 K value IS 0.55

RGB Variations

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

Color information

#57742B (or 0x57742B) is known color: Dark Olive Green. HEX triplet: 57, 74 and 2B. RGB value is (87,116,43). Sum of RGB (Red+Green+Blue) = 87+116+43=246 (32% of max value = 765). Red value is 87 (34.38% from 255 or 35.37% from 246); Green value is 116 (45.70% from 255 or 47.15% from 246); Blue value is 43 (17.19% from 255 or 17.48% from 246); Max value from RGB is 116 - color contains mainly: green. Hex color #57742B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #57742B is #A88BD4. Grayscale: #636363. Windows color (decimal): -11045845 or 2847831. OLE color: 2847831.

HSL color Cylindrical-coordinate representation of color #57742B: hue angle of 83.84º degrees, saturation: 0.46, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #57742B is Cyan = 0.25, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.55.

Color convert

RGB 87 116 43 -
CMYK 0.25 0 0.63 0.55
HSL 83.84º 0.46% 0.31% -
HSV(B) 83.84º 0.63% 0.45% -
XYZ 10.61 14.69 4.56 -
YUV 99.01 96.39 119.44 -
System Red Green Blue C M Y K H S L
Decimal 87 116 43 0.25 0 0.63 0.55 83.84 0.46 0.31
Hex 57 74 2B 19 0 3F 37 54 2E 1F
Octal 127 164 53 31 0 77 67 124 56 37
Binary 1010111 1110100 101011 11001 0 111111 110111 1010100 101110 11111

Color Harmonies of #57742B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57742B

Black with #57742B

Text Example


Text Example

White with #57742B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #57742B; }

 p { color: rgb(87,116,43); }

 H1.HeaderClassName
 {
   color: #57742B;
 }
 .AnyTagClassName
 {
   color: #57742B;
 }
</style>

background-color css

<style>
 a { background-color: #57742B; }

 a { background-color: rgb(87,116,43); }

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

border-color css

<style>
 span { border-color: #57742B; }

 span { border-color: rgb(87,116,43); }

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