Html Css Color HEX #127061 Blue Stone

📋 copy color: '#127061'

red 18 ◦ green 112 ◦ blue 97

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

Shades of Blue Stone #127061

Tints of Blue Stone #127061

RGB

 RED value IS 18 (7.42% from 255) = 7.93%

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

 BLUE value IS 97 (38.28% from 255) = 42.73%

R = 7.93%
G = 49.34%
B = 42.73%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.13

 K value IS 0.56

RGB Variations

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

Color information

#127061 (or 0x127061) is known color: Blue Stone. HEX triplet: 12, 70 and 61. RGB value is (18,112,97). Sum of RGB (Red+Green+Blue) = 18+112+97=227 (30% of max value = 765). Red value is 18 (7.42% from 255 or 7.93% from 227); Green value is 112 (44.14% from 255 or 49.34% from 227); Blue value is 97 (38.28% from 255 or 42.73% from 227); Max value from RGB is 112 - color contains mainly: green. Hex color #127061 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #127061 is #ED8F9E. Grayscale: #525252. Windows color (decimal): -15568799 or 6385682. OLE color: 6385682.

HSL color Cylindrical-coordinate representation of color #127061: hue angle of 170.43º degrees, saturation: 0.72, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #127061 is Cyan = 0.84, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.56.

Color convert

RGB 18 112 97 -
CMYK 0.84 0 0.13 0.56
HSL 170.43º 0.72% 0.25% -
HSV(B) 170.43º 0.84% 0.44% -
XYZ 8.2 12.58 13.31 -
YUV 82.18 136.36 82.22 -
System Red Green Blue C M Y K H S L
Decimal 18 112 97 0.84 0 0.13 0.56 170.43 0.72 0.25
Hex 12 70 61 54 0 D 38 AA 48 19
Octal 22 160 141 124 0 15 70 252 110 31
Binary 10010 1110000 1100001 1010100 0 1101 111000 10101010 1001000 11001

Color Harmonies of #127061

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #127061

Black with #127061

Text Example


Text Example

White with #127061

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #127061; }

 p { color: rgb(18,112,97); }

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

background-color css

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

 a { background-color: rgb(18,112,97); }

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

border-color css

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

 span { border-color: rgb(18,112,97); }

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