Html Css Color HEX #257D76 Elm

📋 copy color: '#257D76'

red 37 ◦ green 125 ◦ blue 118

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

Shades of Elm #257D76

Tints of Elm #257D76

RGB

 RED value IS 37 (14.84% from 255) = 13.21%

 GREEN value IS 125 (49.22% from 255) = 44.64%

 BLUE value IS 118 (46.48% from 255) = 42.14%

R = 13.21%
G = 44.64%
B = 42.14%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.06

 K value IS 0.51

RGB Variations

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

Color information

#257D76 (or 0x257D76) is known color: Elm. HEX triplet: 25, 7D and 76. RGB value is (37,125,118). Sum of RGB (Red+Green+Blue) = 37+125+118=280 (37% of max value = 765). Red value is 37 (14.84% from 255 or 13.21% from 280); Green value is 125 (49.22% from 255 or 44.64% from 280); Blue value is 118 (46.48% from 255 or 42.14% from 280); Max value from RGB is 125 - color contains mainly: green. Hex color #257D76 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #257D76 is #DA8289. Grayscale: #616161. Windows color (decimal): -14320266 or 7765285. OLE color: 7765285.

HSL color Cylindrical-coordinate representation of color #257D76: hue angle of 175.23º degrees, saturation: 0.54, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #257D76 is Cyan = 0.70, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.51.

Color convert

RGB 37 125 118 -
CMYK 0.70 0 0.06 0.51
HSL 175.23º 0.54% 0.32% -
HSV(B) 175.23º 0.7% 0.49% -
XYZ 11.37 16.37 19.7 -
YUV 97.89 139.35 84.57 -
System Red Green Blue C M Y K H S L
Decimal 37 125 118 0.70 0 0.06 0.51 175.23 0.54 0.32
Hex 25 7D 76 46 0 6 33 AF 36 20
Octal 45 175 166 106 0 6 63 257 66 40
Binary 100101 1111101 1110110 1000110 0 110 110011 10101111 110110 100000

Color Harmonies of #257D76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #257D76

Black with #257D76

Text Example


Text Example

White with #257D76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #257D76; }

 p { color: rgb(37,125,118); }

 H1.HeaderClassName
 {
   color: #257D76;
 }
 .AnyTagClassName
 {
   color: #257D76;
 }
</style>

background-color css

<style>
 a { background-color: #257D76; }

 a { background-color: rgb(37,125,118); }

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

border-color css

<style>
 span { border-color: #257D76; }

 span { border-color: rgb(37,125,118); }

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