Html Css Color HEX #126143 Jewel

📋 copy color: '#126143'

red 18 ◦ green 97 ◦ blue 67

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

Shades of Jewel #126143

Tints of Jewel #126143

RGB

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

 GREEN value IS 97 (38.28% from 255) = 53.3%

 BLUE value IS 67 (26.56% from 255) = 36.81%

R = 9.89%
G = 53.3%
B = 36.81%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.31

 K value IS 0.62

RGB Variations

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

Color information

#126143 (or 0x126143) is known color: Jewel. HEX triplet: 12, 61 and 43. RGB value is (18,97,67). Sum of RGB (Red+Green+Blue) = 18+97+67=182 (24% of max value = 765). Red value is 18 (7.42% from 255 or 9.89% from 182); Green value is 97 (38.28% from 255 or 53.30% from 182); Blue value is 67 (26.56% from 255 or 36.81% from 182); Max value from RGB is 97 - color contains mainly: green. Hex color #126143 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #126143 is #ED9EBC. Grayscale: #464646. Windows color (decimal): -15572669 or 4415762. OLE color: 4415762.

HSL color Cylindrical-coordinate representation of color #126143: hue angle of 157.22º degrees, saturation: 0.69, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #126143 is Cyan = 0.81, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.62.

Color convert

RGB 18 97 67 -
CMYK 0.81 0 0.31 0.62
HSL 157.22º 0.69% 0.23% -
HSV(B) 157.22º 0.81% 0.38% -
XYZ 5.54 9.08 6.77 -
YUV 69.96 126.33 90.94 -
System Red Green Blue C M Y K H S L
Decimal 18 97 67 0.81 0 0.31 0.62 157.22 0.69 0.23
Hex 12 61 43 51 0 1F 3E 9D 45 17
Octal 22 141 103 121 0 37 76 235 105 27
Binary 10010 1100001 1000011 1010001 0 11111 111110 10011101 1000101 10111

Color Harmonies of #126143

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #126143

Black with #126143

Text Example


Text Example

White with #126143

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #126143; }

 p { color: rgb(18,97,67); }

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

background-color css

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

 a { background-color: rgb(18,97,67); }

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

border-color css

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

 span { border-color: rgb(18,97,67); }

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