Html Css Color HEX #126C42 Jewel

📋 copy color: '#126C42'

red 18 ◦ green 108 ◦ blue 66

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

Shades of Jewel #126C42

Tints of Jewel #126C42

RGB

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

 GREEN value IS 108 (42.58% from 255) = 56.25%

 BLUE value IS 66 (26.17% from 255) = 34.38%

R = 9.38%
G = 56.25%
B = 34.38%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.39

 K value IS 0.58

RGB Variations

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

Color information

#126C42 (or 0x126C42) is known color: Jewel. HEX triplet: 12, 6C and 42. RGB value is (18,108,66). Sum of RGB (Red+Green+Blue) = 18+108+66=192 (25% of max value = 765). Red value is 18 (7.42% from 255 or 9.38% from 192); Green value is 108 (42.58% from 255 or 56.25% from 192); Blue value is 66 (26.17% from 255 or 34.38% from 192); Max value from RGB is 108 - color contains mainly: green. Hex color #126C42 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #126C42 is #ED93BD. Grayscale: #4C4C4C. Windows color (decimal): -15569854 or 4353042. OLE color: 4353042.

HSL color Cylindrical-coordinate representation of color #126C42: hue angle of 152º degrees, saturation: 0.71, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #126C42 is Cyan = 0.83, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.58.

Color convert

RGB 18 108 66 -
CMYK 0.83 0 0.39 0.58
HSL 152º 0.71% 0.25% -
HSV(B) 152º 0.83% 0.42% -
XYZ 6.6 11.25 6.98 -
YUV 76.3 122.18 86.42 -
System Red Green Blue C M Y K H S L
Decimal 18 108 66 0.83 0 0.39 0.58 152 0.71 0.25
Hex 12 6C 42 53 0 27 3A 98 47 19
Octal 22 154 102 123 0 47 72 230 107 31
Binary 10010 1101100 1000010 1010011 0 100111 111010 10011000 1000111 11001

Color Harmonies of #126C42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #126C42

Black with #126C42

Text Example


Text Example

White with #126C42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,108,66); }

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

background-color css

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

 a { background-color: rgb(18,108,66); }

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

border-color css

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

 span { border-color: rgb(18,108,66); }

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