Html Css Color HEX #126F4B Jewel

📋 copy color: '#126F4B'

red 18 ◦ green 111 ◦ blue 75

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

Shades of Jewel #126F4B

Tints of Jewel #126F4B

RGB

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

 GREEN value IS 111 (43.75% from 255) = 54.41%

 BLUE value IS 75 (29.69% from 255) = 36.76%

R = 8.82%
G = 54.41%
B = 36.76%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.32

 K value IS 0.56

RGB Variations

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

Color information

#126F4B (or 0x126F4B) is known color: Jewel. HEX triplet: 12, 6F and 4B. RGB value is (18,111,75). Sum of RGB (Red+Green+Blue) = 18+111+75=204 (27% of max value = 765). Red value is 18 (7.42% from 255 or 8.82% from 204); Green value is 111 (43.75% from 255 or 54.41% from 204); Blue value is 75 (29.69% from 255 or 36.76% from 204); Max value from RGB is 111 - color contains mainly: green. Hex color #126F4B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #126F4B is #ED90B4. Grayscale: #4F4F4F. Windows color (decimal): -15569077 or 4943634. OLE color: 4943634.

HSL color Cylindrical-coordinate representation of color #126F4B: hue angle of 156.77º degrees, saturation: 0.72, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #126F4B is Cyan = 0.84, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.56.

Color convert

RGB 18 111 75 -
CMYK 0.84 0 0.32 0.56
HSL 156.77º 0.72% 0.25% -
HSV(B) 156.77º 0.84% 0.44% -
XYZ 7.2 12.01 8.59 -
YUV 79.09 125.69 84.43 -
System Red Green Blue C M Y K H S L
Decimal 18 111 75 0.84 0 0.32 0.56 156.77 0.72 0.25
Hex 12 6F 4B 54 0 20 38 9D 48 19
Octal 22 157 113 124 0 40 70 235 110 31
Binary 10010 1101111 1001011 1010100 0 100000 111000 10011101 1001000 11001

Color Harmonies of #126F4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #126F4B

Black with #126F4B

Text Example


Text Example

White with #126F4B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,111,75); }

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

background-color css

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

 a { background-color: rgb(18,111,75); }

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

border-color css

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

 span { border-color: rgb(18,111,75); }

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