Html Css Color HEX #126646 Jewel

📋 copy color: '#126646'

red 18 ◦ green 102 ◦ blue 70

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

Shades of Jewel #126646

Tints of Jewel #126646

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 36.84%

R = 9.47%
G = 53.68%
B = 36.84%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.31

 K value IS 0.6

RGB Variations

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

Color information

#126646 (or 0x126646) is known color: Jewel. HEX triplet: 12, 66 and 46. RGB value is (18,102,70). Sum of RGB (Red+Green+Blue) = 18+102+70=190 (25% of max value = 765). Red value is 18 (7.42% from 255 or 9.47% from 190); Green value is 102 (40.23% from 255 or 53.68% from 190); Blue value is 70 (27.73% from 255 or 36.84% from 190); Max value from RGB is 102 - color contains mainly: green. Hex color #126646 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #126646 is #ED99B9. Grayscale: #494949. Windows color (decimal): -15571386 or 4613650. OLE color: 4613650.

HSL color Cylindrical-coordinate representation of color #126646: hue angle of 157.14º 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 #126646 is Cyan = 0.82, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.6.

Color convert

RGB 18 102 70 -
CMYK 0.82 0 0.31 0.6
HSL 157.14º 0.7% 0.24% -
HSV(B) 157.14º 0.82% 0.4% -
XYZ 6.11 10.07 7.42 -
YUV 73.24 126.17 88.6 -
System Red Green Blue C M Y K H S L
Decimal 18 102 70 0.82 0 0.31 0.6 157.14 0.7 0.24
Hex 12 66 46 52 0 1F 3C 9D 46 18
Octal 22 146 106 122 0 37 74 235 106 30
Binary 10010 1100110 1000110 1010010 0 11111 111100 10011101 1000110 11000

Color Harmonies of #126646

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #126646

Black with #126646

Text Example


Text Example

White with #126646

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #126646; }

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

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

background-color css

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

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

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

border-color css

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

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

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