Html Css Color HEX #126647 Jewel

📋 copy color: '#126647'

red 18 ◦ green 102 ◦ blue 71

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

Shades of Jewel #126647

Tints of Jewel #126647

RGB

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

 GREEN value IS 102 (40.23% from 255) = 53.4%

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

R = 9.42%
G = 53.4%
B = 37.17%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.30

 K value IS 0.6

RGB Variations

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

Color information

#126647 (or 0x126647) is known color: Jewel. HEX triplet: 12, 66 and 47. RGB value is (18,102,71). Sum of RGB (Red+Green+Blue) = 18+102+71=191 (25% of max value = 765). Red value is 18 (7.42% from 255 or 9.42% from 191); Green value is 102 (40.23% from 255 or 53.40% from 191); Blue value is 71 (28.12% from 255 or 37.17% from 191); Max value from RGB is 102 - color contains mainly: green. Hex color #126647 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #126647 is #ED99B8. Grayscale: #494949. Windows color (decimal): -15571385 or 4679186. OLE color: 4679186.

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

Color convert

RGB 18 102 71 -
CMYK 0.82 0 0.30 0.6
HSL 157.86º 0.7% 0.24% -
HSV(B) 157.86º 0.82% 0.4% -
XYZ 6.14 10.09 7.58 -
YUV 73.35 126.67 88.52 -
System Red Green Blue C M Y K H S L
Decimal 18 102 71 0.82 0 0.30 0.6 157.86 0.7 0.24
Hex 12 66 47 52 0 1E 3C 9E 46 18
Octal 22 146 107 122 0 36 74 236 106 30
Binary 10010 1100110 1000111 1010010 0 11110 111100 10011110 1000110 11000

Color Harmonies of #126647

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #126647

Black with #126647

Text Example


Text Example

White with #126647

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #126647; }

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

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

background-color css

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

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

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

border-color css

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

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

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