Html Css Color HEX #126145 Jewel

📋 copy color: '#126145'

red 18 ◦ green 97 ◦ blue 69

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

Shades of Jewel #126145

Tints of Jewel #126145

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 37.5%

R = 9.78%
G = 52.72%
B = 37.5%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.29

 K value IS 0.62

RGB Variations

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

Color information

#126145 (or 0x126145) is known color: Jewel. HEX triplet: 12, 61 and 45. RGB value is (18,97,69). Sum of RGB (Red+Green+Blue) = 18+97+69=184 (24% of max value = 765). Red value is 18 (7.42% from 255 or 9.78% from 184); Green value is 97 (38.28% from 255 or 52.72% from 184); Blue value is 69 (27.34% from 255 or 37.5% from 184); Max value from RGB is 97 - color contains mainly: green. Hex color #126145 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #126145 is #ED9EBA. Grayscale: #464646. Windows color (decimal): -15572667 or 4546834. OLE color: 4546834.

HSL color Cylindrical-coordinate representation of color #126145: hue angle of 158.73º 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 #126145 is Cyan = 0.81, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.62.

Color convert

RGB 18 97 69 -
CMYK 0.81 0 0.29 0.62
HSL 158.73º 0.69% 0.23% -
HSV(B) 158.73º 0.81% 0.38% -
XYZ 5.6 9.11 7.09 -
YUV 70.19 127.33 90.78 -
System Red Green Blue C M Y K H S L
Decimal 18 97 69 0.81 0 0.29 0.62 158.73 0.69 0.23
Hex 12 61 45 51 0 1D 3E 9F 45 17
Octal 22 141 105 121 0 35 76 237 105 27
Binary 10010 1100001 1000101 1010001 0 11101 111110 10011111 1000101 10111

Color Harmonies of #126145

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #126145

Black with #126145

Text Example


Text Example

White with #126145

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #126145; }

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

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

background-color css

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

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

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

border-color css

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

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

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