Html Css Color HEX #57665A Mineral Green

📋 copy color: '#57665A'

red 87 ◦ green 102 ◦ blue 90

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

Shades of Mineral Green #57665A

Tints of Mineral Green #57665A

RGB

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

 GREEN value IS 102 (40.23% from 255) = 36.56%

 BLUE value IS 90 (35.55% from 255) = 32.26%

R = 31.18%
G = 36.56%
B = 32.26%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.12

 K value IS 0.6

RGB Variations

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

Color information

#57665A (or 0x57665A) is known color: Mineral Green. HEX triplet: 57, 66 and 5A. RGB value is (87,102,90). Sum of RGB (Red+Green+Blue) = 87+102+90=279 (36% of max value = 765). Red value is 87 (34.38% from 255 or 31.18% from 279); Green value is 102 (40.23% from 255 or 36.56% from 279); Blue value is 90 (35.55% from 255 or 32.26% from 279); Max value from RGB is 102 - color contains mainly: green. Hex color #57665A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #57665A is #A899A5. Grayscale: #606060. Windows color (decimal): -11049382 or 5924439. OLE color: 5924439.

HSL color Cylindrical-coordinate representation of color #57665A: hue angle of 132º degrees, saturation: 0.08, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #57665A is Cyan = 0.15, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.6.

Color convert

RGB 87 102 90 -
CMYK 0.15 0 0.12 0.6
HSL 132º 0.08% 0.37% -
HSV(B) 132º 0.15% 0.4% -
XYZ 10.53 12.27 11.49 -
YUV 96.15 124.53 121.48 -
System Red Green Blue C M Y K H S L
Decimal 87 102 90 0.15 0 0.12 0.6 132 0.08 0.37
Hex 57 66 5A F 0 C 3C 84 8 25
Octal 127 146 132 17 0 14 74 204 10 45
Binary 1010111 1100110 1011010 1111 0 1100 111100 10000100 1000 100101

Color Harmonies of #57665A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57665A

Black with #57665A

Text Example


Text Example

White with #57665A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #57665A; }

 p { color: rgb(87,102,90); }

 H1.HeaderClassName
 {
   color: #57665A;
 }
 .AnyTagClassName
 {
   color: #57665A;
 }
</style>

background-color css

<style>
 a { background-color: #57665A; }

 a { background-color: rgb(87,102,90); }

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

border-color css

<style>
 span { border-color: #57665A; }

 span { border-color: rgb(87,102,90); }

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