Html Css Color HEX #126F47 Jewel

📋 copy color: '#126F47'

red 18 ◦ green 111 ◦ blue 71

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

Shades of Jewel #126F47

Tints of Jewel #126F47

RGB

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

 GREEN value IS 111 (43.75% from 255) = 55.5%

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

R = 9%
G = 55.5%
B = 35.5%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.36

 K value IS 0.56

RGB Variations

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

Color information

#126F47 (or 0x126F47) is known color: Jewel. HEX triplet: 12, 6F and 47. RGB value is (18,111,71). Sum of RGB (Red+Green+Blue) = 18+111+71=200 (26% of max value = 765). Red value is 18 (7.42% from 255 or 9% from 200); Green value is 111 (43.75% from 255 or 55.5% from 200); Blue value is 71 (28.12% from 255 or 35.5% from 200); Max value from RGB is 111 - color contains mainly: green. Hex color #126F47 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #126F47 is #ED90B8. Grayscale: #4E4E4E. Windows color (decimal): -15569081 or 4681490. OLE color: 4681490.

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

Color convert

RGB 18 111 71 -
CMYK 0.84 0 0.36 0.56
HSL 154.19º 0.72% 0.25% -
HSV(B) 154.19º 0.84% 0.44% -
XYZ 7.07 11.95 7.9 -
YUV 78.63 123.69 84.75 -
System Red Green Blue C M Y K H S L
Decimal 18 111 71 0.84 0 0.36 0.56 154.19 0.72 0.25
Hex 12 6F 47 54 0 24 38 9A 48 19
Octal 22 157 107 124 0 44 70 232 110 31
Binary 10010 1101111 1000111 1010100 0 100100 111000 10011010 1001000 11001

Color Harmonies of #126F47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #126F47

Black with #126F47

Text Example


Text Example

White with #126F47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #126F47; }

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

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

background-color css

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

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

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

border-color css

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

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

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