Html Css Color HEX #126147 Jewel

📋 copy color: '#126147'

red 18 ◦ green 97 ◦ blue 71

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

Shades of Jewel #126147

Tints of Jewel #126147

RGB

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

 GREEN value IS 97 (38.28% from 255) = 52.15%

 BLUE value IS 71 (28.13% from 255) = 38.17%

R = 9.68%
G = 52.15%
B = 38.17%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.27

 K value IS 0.62

RGB Variations

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

Color information

#126147 (or 0x126147) is known color: Jewel. HEX triplet: 12, 61 and 47. RGB value is (18,97,71). Sum of RGB (Red+Green+Blue) = 18+97+71=186 (24% of max value = 765). Red value is 18 (7.42% from 255 or 9.68% from 186); Green value is 97 (38.28% from 255 or 52.15% from 186); Blue value is 71 (28.12% from 255 or 38.17% from 186); Max value from RGB is 97 - color contains mainly: green. Hex color #126147 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #126147 is #ED9EB8. Grayscale: #464646. Windows color (decimal): -15572665 or 4677906. OLE color: 4677906.

HSL color Cylindrical-coordinate representation of color #126147: hue angle of 160.25º degrees, saturation: 0.69, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #126147 is Cyan = 0.81, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.62.

Color convert

RGB 18 97 71 -
CMYK 0.81 0 0.27 0.62
HSL 160.25º 0.69% 0.23% -
HSV(B) 160.25º 0.81% 0.38% -
XYZ 5.66 9.13 7.43 -
YUV 70.42 128.33 90.61 -
System Red Green Blue C M Y K H S L
Decimal 18 97 71 0.81 0 0.27 0.62 160.25 0.69 0.23
Hex 12 61 47 51 0 1B 3E A0 45 17
Octal 22 141 107 121 0 33 76 240 105 27
Binary 10010 1100001 1000111 1010001 0 11011 111110 10100000 1000101 10111

Color Harmonies of #126147

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #126147

Black with #126147

Text Example


Text Example

White with #126147

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #126147; }

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

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

background-color css

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

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

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

border-color css

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

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

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