Html Css Color HEX #12674C Jewel

📋 copy color: '#12674C'

red 18 ◦ green 103 ◦ blue 76

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

Shades of Jewel #12674C

Tints of Jewel #12674C

RGB

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

 GREEN value IS 103 (40.63% from 255) = 52.28%

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

R = 9.14%
G = 52.28%
B = 38.58%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.26

 K value IS 0.60

RGB Variations

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

Color information

#12674C (or 0x12674C) is known color: Jewel. HEX triplet: 12, 67 and 4C. RGB value is (18,103,76). Sum of RGB (Red+Green+Blue) = 18+103+76=197 (26% of max value = 765). Red value is 18 (7.42% from 255 or 9.14% from 197); Green value is 103 (40.62% from 255 or 52.28% from 197); Blue value is 76 (30.08% from 255 or 38.58% from 197); Max value from RGB is 103 - color contains mainly: green. Hex color #12674C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #12674C is #ED98B3. Grayscale: #4A4A4A. Windows color (decimal): -15571124 or 5007122. OLE color: 5007122.

HSL color Cylindrical-coordinate representation of color #12674C: hue angle of 160.94º degrees, saturation: 0.7, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #12674C is Cyan = 0.83, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.60.

Color convert

RGB 18 103 76 -
CMYK 0.83 0 0.26 0.60
HSL 160.94º 0.7% 0.24% -
HSV(B) 160.94º 0.83% 0.4% -
XYZ 6.4 10.35 8.5 -
YUV 74.51 128.84 87.7 -
System Red Green Blue C M Y K H S L
Decimal 18 103 76 0.83 0 0.26 0.60 160.94 0.7 0.24
Hex 12 67 4C 53 0 1A 3C A1 46 18
Octal 22 147 114 123 0 32 74 241 106 30
Binary 10010 1100111 1001100 1010011 0 11010 111100 10100001 1000110 11000

Color Harmonies of #12674C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12674C

Black with #12674C

Text Example


Text Example

White with #12674C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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