Html Css Color HEX #12704C Jewel

📋 copy color: '#12704C'

red 18 ◦ green 112 ◦ blue 76

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

Shades of Jewel #12704C

Tints of Jewel #12704C

RGB

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

 GREEN value IS 112 (44.14% from 255) = 54.37%

 BLUE value IS 76 (30.08% from 255) = 36.89%

R = 8.74%
G = 54.37%
B = 36.89%

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

#12704C (or 0x12704C) is known color: Jewel. HEX triplet: 12, 70 and 4C. RGB value is (18,112,76). Sum of RGB (Red+Green+Blue) = 18+112+76=206 (27% of max value = 765). Red value is 18 (7.42% from 255 or 8.74% from 206); Green value is 112 (44.14% from 255 or 54.37% from 206); Blue value is 76 (30.08% from 255 or 36.89% from 206); Max value from RGB is 112 - color contains mainly: green. Hex color #12704C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #12704C is #ED8FB3. Grayscale: #4F4F4F. Windows color (decimal): -15568820 or 5009426. OLE color: 5009426.

HSL color Cylindrical-coordinate representation of color #12704C: hue angle of 157.02º 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 #12704C is Cyan = 0.84, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.56.

Color convert

RGB 18 112 76 -
CMYK 0.84 0 0.32 0.56
HSL 157.02º 0.72% 0.25% -
HSV(B) 157.02º 0.84% 0.44% -
XYZ 7.35 12.24 8.81 -
YUV 79.79 125.86 83.93 -
System Red Green Blue C M Y K H S L
Decimal 18 112 76 0.84 0 0.32 0.56 157.02 0.72 0.25
Hex 12 70 4C 54 0 20 38 9D 48 19
Octal 22 160 114 124 0 40 70 235 110 31
Binary 10010 1110000 1001100 1010100 0 100000 111000 10011101 1001000 11001

Color Harmonies of #12704C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12704C

Black with #12704C

Text Example


Text Example

White with #12704C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #12704C; }

 p { color: rgb(18,112,76); }

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

background-color css

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

 a { background-color: rgb(18,112,76); }

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

border-color css

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

 span { border-color: rgb(18,112,76); }

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