Html Css Color HEX #127065 Blue Stone

📋 copy color: '#127065'

red 18 ◦ green 112 ◦ blue 101

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

Shades of Blue Stone #127065

Tints of Blue Stone #127065

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 43.72%

R = 7.79%
G = 48.48%
B = 43.72%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.10

 K value IS 0.56

RGB Variations

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

Color information

#127065 (or 0x127065) is known color: Blue Stone. HEX triplet: 12, 70 and 65. RGB value is (18,112,101). Sum of RGB (Red+Green+Blue) = 18+112+101=231 (30% of max value = 765). Red value is 18 (7.42% from 255 or 7.79% from 231); Green value is 112 (44.14% from 255 or 48.48% from 231); Blue value is 101 (39.84% from 255 or 43.72% from 231); Max value from RGB is 112 - color contains mainly: green. Hex color #127065 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #127065 is #ED8F9A. Grayscale: #525252. Windows color (decimal): -15568795 or 6647826. OLE color: 6647826.

HSL color Cylindrical-coordinate representation of color #127065: hue angle of 172.98º 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 #127065 is Cyan = 0.84, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.56.

Color convert

RGB 18 112 101 -
CMYK 0.84 0 0.10 0.56
HSL 172.98º 0.72% 0.25% -
HSV(B) 172.98º 0.84% 0.44% -
XYZ 8.39 12.66 14.31 -
YUV 82.64 138.36 81.89 -
System Red Green Blue C M Y K H S L
Decimal 18 112 101 0.84 0 0.10 0.56 172.98 0.72 0.25
Hex 12 70 65 54 0 A 38 AD 48 19
Octal 22 160 145 124 0 12 70 255 110 31
Binary 10010 1110000 1100101 1010100 0 1010 111000 10101101 1001000 11001

Color Harmonies of #127065

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #127065

Black with #127065

Text Example


Text Example

White with #127065

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #127065; }

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

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

background-color css

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

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

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

border-color css

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

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

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