Html Css Color HEX #25706F Elm

📋 copy color: '#25706F'

red 37 ◦ green 112 ◦ blue 111

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

Shades of Elm #25706F

Tints of Elm #25706F

RGB

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

 GREEN value IS 112 (44.14% from 255) = 43.08%

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

R = 14.23%
G = 43.08%
B = 42.69%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.01

 K value IS 0.56

RGB Variations

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

Color information

#25706F (or 0x25706F) is known color: Elm. HEX triplet: 25, 70 and 6F. RGB value is (37,112,111). Sum of RGB (Red+Green+Blue) = 37+112+111=260 (34% of max value = 765). Red value is 37 (14.84% from 255 or 14.23% from 260); Green value is 112 (44.14% from 255 or 43.08% from 260); Blue value is 111 (43.75% from 255 or 42.69% from 260); Max value from RGB is 112 - color contains mainly: green. Hex color #25706F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #25706F is #DA8F90. Grayscale: #595959. Windows color (decimal): -14323601 or 7303205. OLE color: 7303205.

HSL color Cylindrical-coordinate representation of color #25706F: hue angle of 179.2º degrees, saturation: 0.5, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #25706F is Cyan = 0.67, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.56.

Color convert

RGB 37 112 111 -
CMYK 0.67 0 0.01 0.56
HSL 179.2º 0.5% 0.29% -
HSV(B) 179.2º 0.67% 0.44% -
XYZ 9.43 13.13 17.08 -
YUV 89.46 140.15 90.58 -
System Red Green Blue C M Y K H S L
Decimal 37 112 111 0.67 0 0.01 0.56 179.2 0.5 0.29
Hex 25 70 6F 43 0 1 38 B3 32 1D
Octal 45 160 157 103 0 1 70 263 62 35
Binary 100101 1110000 1101111 1000011 0 1 111000 10110011 110010 11101

Color Harmonies of #25706F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25706F

Black with #25706F

Text Example


Text Example

White with #25706F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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