Html Css Color HEX #126B4F Jewel

📋 copy color: '#126B4F'

red 18 ◦ green 107 ◦ blue 79

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

Shades of Jewel #126B4F

Tints of Jewel #126B4F

RGB

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

 GREEN value IS 107 (42.19% from 255) = 52.45%

 BLUE value IS 79 (31.25% from 255) = 38.73%

R = 8.82%
G = 52.45%
B = 38.73%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.26

 K value IS 0.58

RGB Variations

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

Color information

#126B4F (or 0x126B4F) is known color: Jewel. HEX triplet: 12, 6B and 4F. RGB value is (18,107,79). Sum of RGB (Red+Green+Blue) = 18+107+79=204 (27% of max value = 765). Red value is 18 (7.42% from 255 or 8.82% from 204); Green value is 107 (42.19% from 255 or 52.45% from 204); Blue value is 79 (31.25% from 255 or 38.73% from 204); Max value from RGB is 107 - color contains mainly: green. Hex color #126B4F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #126B4F is #ED94B0. Grayscale: #4D4D4D. Windows color (decimal): -15570097 or 5204754. OLE color: 5204754.

HSL color Cylindrical-coordinate representation of color #126B4F: hue angle of 161.12º 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 #126B4F is Cyan = 0.83, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.58.

Color convert

RGB 18 107 79 -
CMYK 0.83 0 0.26 0.58
HSL 161.12º 0.71% 0.25% -
HSV(B) 161.12º 0.83% 0.42% -
XYZ 6.92 11.21 9.2 -
YUV 77.2 129.01 85.78 -
System Red Green Blue C M Y K H S L
Decimal 18 107 79 0.83 0 0.26 0.58 161.12 0.71 0.25
Hex 12 6B 4F 53 0 1A 3A A1 47 19
Octal 22 153 117 123 0 32 72 241 107 31
Binary 10010 1101011 1001111 1010011 0 11010 111010 10100001 1000111 11001

Color Harmonies of #126B4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #126B4F

Black with #126B4F

Text Example


Text Example

White with #126B4F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,107,79); }

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

background-color css

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

 a { background-color: rgb(18,107,79); }

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

border-color css

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

 span { border-color: rgb(18,107,79); }

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