Html Css Color HEX #1F7E75 Elm

📋 copy color: '#1F7E75'

red 31 ◦ green 126 ◦ blue 117

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

Shades of Elm #1F7E75

Tints of Elm #1F7E75

RGB

 RED value IS 31 (12.5% from 255) = 11.31%

 GREEN value IS 126 (49.61% from 255) = 45.99%

 BLUE value IS 117 (46.09% from 255) = 42.7%

R = 11.31%
G = 45.99%
B = 42.7%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.07

 K value IS 0.51

RGB Variations

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

Color information

#1F7E75 (or 0x1F7E75) is known color: Elm. HEX triplet: 1F, 7E and 75. RGB value is (31,126,117). Sum of RGB (Red+Green+Blue) = 31+126+117=274 (36% of max value = 765). Red value is 31 (12.5% from 255 or 11.31% from 274); Green value is 126 (49.61% from 255 or 45.99% from 274); Blue value is 117 (46.09% from 255 or 42.70% from 274); Max value from RGB is 126 - color contains mainly: green. Hex color #1F7E75 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1F7E75 is #E0818A. Grayscale: #606060. Windows color (decimal): -14713227 or 7699999. OLE color: 7699999.

HSL color Cylindrical-coordinate representation of color #1F7E75: hue angle of 174.32º degrees, saturation: 0.61, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #1F7E75 is Cyan = 0.75, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.51.

Color convert

RGB 31 126 117 -
CMYK 0.75 0 0.07 0.51
HSL 174.32º 0.61% 0.31% -
HSV(B) 174.32º 0.75% 0.49% -
XYZ 11.24 16.5 19.42 -
YUV 96.57 139.53 81.23 -
System Red Green Blue C M Y K H S L
Decimal 31 126 117 0.75 0 0.07 0.51 174.32 0.61 0.31
Hex 1F 7E 75 4B 0 7 33 AE 3D 1F
Octal 37 176 165 113 0 7 63 256 75 37
Binary 11111 1111110 1110101 1001011 0 111 110011 10101110 111101 11111

Color Harmonies of #1F7E75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F7E75

Black with #1F7E75

Text Example


Text Example

White with #1F7E75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1F7E75; }

 p { color: rgb(31,126,117); }

 H1.HeaderClassName
 {
   color: #1F7E75;
 }
 .AnyTagClassName
 {
   color: #1F7E75;
 }
</style>

background-color css

<style>
 a { background-color: #1F7E75; }

 a { background-color: rgb(31,126,117); }

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

border-color css

<style>
 span { border-color: #1F7E75; }

 span { border-color: rgb(31,126,117); }

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