Html Css Color HEX #25776F Elm

📋 copy color: '#25776F'

red 37 ◦ green 119 ◦ blue 111

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

Shades of Elm #25776F

Tints of Elm #25776F

RGB

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

 GREEN value IS 119 (46.88% from 255) = 44.57%

 BLUE value IS 111 (43.75% from 255) = 41.57%

R = 13.86%
G = 44.57%
B = 41.57%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.07

 K value IS 0.53

RGB Variations

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

Color information

#25776F (or 0x25776F) is known color: Elm. HEX triplet: 25, 77 and 6F. RGB value is (37,119,111). Sum of RGB (Red+Green+Blue) = 37+119+111=267 (35% of max value = 765). Red value is 37 (14.84% from 255 or 13.86% from 267); Green value is 119 (46.88% from 255 or 44.57% from 267); Blue value is 111 (43.75% from 255 or 41.57% from 267); Max value from RGB is 119 - color contains mainly: green. Hex color #25776F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #25776F is #DA8890. Grayscale: #5D5D5D. Windows color (decimal): -14321809 or 7304997. OLE color: 7304997.

HSL color Cylindrical-coordinate representation of color #25776F: hue angle of 174.15º degrees, saturation: 0.53, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #25776F is Cyan = 0.69, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.53.

Color convert

RGB 37 119 111 -
CMYK 0.69 0 0.07 0.53
HSL 174.15º 0.53% 0.31% -
HSV(B) 174.15º 0.69% 0.47% -
XYZ 10.23 14.73 17.34 -
YUV 93.57 137.83 87.65 -
System Red Green Blue C M Y K H S L
Decimal 37 119 111 0.69 0 0.07 0.53 174.15 0.53 0.31
Hex 25 77 6F 45 0 7 35 AE 35 1F
Octal 45 167 157 105 0 7 65 256 65 37
Binary 100101 1110111 1101111 1000101 0 111 110101 10101110 110101 11111

Color Harmonies of #25776F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25776F

Black with #25776F

Text Example


Text Example

White with #25776F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #25776F; }

 p { color: rgb(37,119,111); }

 H1.HeaderClassName
 {
   color: #25776F;
 }
 .AnyTagClassName
 {
   color: #25776F;
 }
</style>

background-color css

<style>
 a { background-color: #25776F; }

 a { background-color: rgb(37,119,111); }

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

border-color css

<style>
 span { border-color: #25776F; }

 span { border-color: rgb(37,119,111); }

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