Html Css Color HEX #126847 Jewel

📋 copy color: '#126847'

red 18 ◦ green 104 ◦ blue 71

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

Shades of Jewel #126847

Tints of Jewel #126847

RGB

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

 GREEN value IS 104 (41.02% from 255) = 53.89%

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

R = 9.33%
G = 53.89%
B = 36.79%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.32

 K value IS 0.59

RGB Variations

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

Color information

#126847 (or 0x126847) is known color: Jewel. HEX triplet: 12, 68 and 47. RGB value is (18,104,71). Sum of RGB (Red+Green+Blue) = 18+104+71=193 (25% of max value = 765). Red value is 18 (7.42% from 255 or 9.33% from 193); Green value is 104 (41.02% from 255 or 53.89% from 193); Blue value is 71 (28.12% from 255 or 36.79% from 193); Max value from RGB is 104 - color contains mainly: green. Hex color #126847 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #126847 is #ED97B8. Grayscale: #4A4A4A. Windows color (decimal): -15570873 or 4679698. OLE color: 4679698.

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

Color convert

RGB 18 104 71 -
CMYK 0.83 0 0.32 0.59
HSL 156.98º 0.7% 0.24% -
HSV(B) 156.98º 0.83% 0.41% -
XYZ 6.34 10.48 7.65 -
YUV 74.52 126.01 87.68 -
System Red Green Blue C M Y K H S L
Decimal 18 104 71 0.83 0 0.32 0.59 156.98 0.7 0.24
Hex 12 68 47 53 0 20 3B 9D 46 18
Octal 22 150 107 123 0 40 73 235 106 30
Binary 10010 1101000 1000111 1010011 0 100000 111011 10011101 1000110 11000

Color Harmonies of #126847

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #126847

Black with #126847

Text Example


Text Example

White with #126847

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #126847; }

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

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

background-color css

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

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

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

border-color css

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

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

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