Html Css Color HEX #126762 Blue Stone

📋 copy color: '#126762'

red 18 ◦ green 103 ◦ blue 98

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

Shades of Blue Stone #126762

Tints of Blue Stone #126762

RGB

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

 GREEN value IS 103 (40.63% from 255) = 47.03%

 BLUE value IS 98 (38.67% from 255) = 44.75%

R = 8.22%
G = 47.03%
B = 44.75%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.05

 K value IS 0.60

RGB Variations

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

Color information

#126762 (or 0x126762) is known color: Blue Stone. HEX triplet: 12, 67 and 62. RGB value is (18,103,98). Sum of RGB (Red+Green+Blue) = 18+103+98=219 (29% of max value = 765). Red value is 18 (7.42% from 255 or 8.22% from 219); Green value is 103 (40.62% from 255 or 47.03% from 219); Blue value is 98 (38.67% from 255 or 44.75% from 219); Max value from RGB is 103 - color contains mainly: green. Hex color #126762 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #126762 is #ED989D. Grayscale: #4C4C4C. Windows color (decimal): -15571102 or 6448914. OLE color: 6448914.

HSL color Cylindrical-coordinate representation of color #126762: hue angle of 176.47º degrees, saturation: 0.7, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #126762 is Cyan = 0.83, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.60.

Color convert

RGB 18 103 98 -
CMYK 0.83 0 0.05 0.60
HSL 176.47º 0.7% 0.24% -
HSV(B) 176.47º 0.83% 0.4% -
XYZ 7.3 10.71 13.24 -
YUV 77.02 139.84 85.91 -
System Red Green Blue C M Y K H S L
Decimal 18 103 98 0.83 0 0.05 0.60 176.47 0.7 0.24
Hex 12 67 62 53 0 5 3C B0 46 18
Octal 22 147 142 123 0 5 74 260 106 30
Binary 10010 1100111 1100010 1010011 0 101 111100 10110000 1000110 11000

Color Harmonies of #126762

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #126762

Black with #126762

Text Example


Text Example

White with #126762

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #126762; }

 p { color: rgb(18,103,98); }

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

background-color css

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

 a { background-color: rgb(18,103,98); }

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

border-color css

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

 span { border-color: rgb(18,103,98); }

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