Html Css Color HEX #25706C Elm

📋 copy color: '#25706C'

red 37 ◦ green 112 ◦ blue 108

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

Shades of Elm #25706C

Tints of Elm #25706C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 42.02%

R = 14.4%
G = 43.58%
B = 42.02%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.04

 K value IS 0.56

RGB Variations

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

Color information

#25706C (or 0x25706C) is known color: Elm. HEX triplet: 25, 70 and 6C. RGB value is (37,112,108). Sum of RGB (Red+Green+Blue) = 37+112+108=257 (34% of max value = 765). Red value is 37 (14.84% from 255 or 14.40% from 257); Green value is 112 (44.14% from 255 or 43.58% from 257); Blue value is 108 (42.58% from 255 or 42.02% from 257); Max value from RGB is 112 - color contains mainly: green. Hex color #25706C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #25706C is #DA8F93. Grayscale: #595959. Windows color (decimal): -14323604 or 7106597. OLE color: 7106597.

HSL color Cylindrical-coordinate representation of color #25706C: hue angle of 176.8º 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 #25706C is Cyan = 0.67, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.56.

Color convert

RGB 37 112 108 -
CMYK 0.67 0 0.04 0.56
HSL 176.8º 0.5% 0.29% -
HSV(B) 176.8º 0.67% 0.44% -
XYZ 9.26 13.06 16.22 -
YUV 89.12 138.65 90.83 -
System Red Green Blue C M Y K H S L
Decimal 37 112 108 0.67 0 0.04 0.56 176.8 0.5 0.29
Hex 25 70 6C 43 0 4 38 B1 32 1D
Octal 45 160 154 103 0 4 70 261 62 35
Binary 100101 1110000 1101100 1000011 0 100 111000 10110001 110010 11101

Color Harmonies of #25706C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25706C

Black with #25706C

Text Example


Text Example

White with #25706C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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