Html Css Color HEX #1F7670 Elm

📋 copy color: '#1F7670'

red 31 ◦ green 118 ◦ blue 112

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

Shades of Elm #1F7670

Tints of Elm #1F7670

RGB

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

 GREEN value IS 118 (46.48% from 255) = 45.21%

 BLUE value IS 112 (44.14% from 255) = 42.91%

R = 11.88%
G = 45.21%
B = 42.91%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.05

 K value IS 0.54

RGB Variations

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

Color information

#1F7670 (or 0x1F7670) is known color: Elm. HEX triplet: 1F, 76 and 70. RGB value is (31,118,112). Sum of RGB (Red+Green+Blue) = 31+118+112=261 (34% of max value = 765). Red value is 31 (12.5% from 255 or 11.88% from 261); Green value is 118 (46.48% from 255 or 45.21% from 261); Blue value is 112 (44.14% from 255 or 42.91% from 261); Max value from RGB is 118 - color contains mainly: green. Hex color #1F7670 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1F7670 is #E0898F. Grayscale: #5B5B5B. Windows color (decimal): -14715280 or 7370271. OLE color: 7370271.

HSL color Cylindrical-coordinate representation of color #1F7670: hue angle of 175.86º degrees, saturation: 0.58, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #1F7670 is Cyan = 0.74, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.54.

Color convert

RGB 31 118 112 -
CMYK 0.74 0 0.05 0.54
HSL 175.86º 0.58% 0.29% -
HSV(B) 175.86º 0.74% 0.46% -
XYZ 9.97 14.42 17.59 -
YUV 91.3 139.68 84.99 -
System Red Green Blue C M Y K H S L
Decimal 31 118 112 0.74 0 0.05 0.54 175.86 0.58 0.29
Hex 1F 76 70 4A 0 5 36 B0 3A 1D
Octal 37 166 160 112 0 5 66 260 72 35
Binary 11111 1110110 1110000 1001010 0 101 110110 10110000 111010 11101

Color Harmonies of #1F7670

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F7670

Black with #1F7670

Text Example


Text Example

White with #1F7670

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,118,112); }

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

background-color css

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

 a { background-color: rgb(31,118,112); }

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

border-color css

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

 span { border-color: rgb(31,118,112); }

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