Html Css Color HEX #12614A Jewel

📋 copy color: '#12614A'

red 18 ◦ green 97 ◦ blue 74

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

Shades of Jewel #12614A

Tints of Jewel #12614A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 39.15%

R = 9.52%
G = 51.32%
B = 39.15%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.24

 K value IS 0.62

RGB Variations

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

Color information

#12614A (or 0x12614A) is known color: Jewel. HEX triplet: 12, 61 and 4A. RGB value is (18,97,74). Sum of RGB (Red+Green+Blue) = 18+97+74=189 (25% of max value = 765). Red value is 18 (7.42% from 255 or 9.52% from 189); Green value is 97 (38.28% from 255 or 51.32% from 189); Blue value is 74 (29.30% from 255 or 39.15% from 189); Max value from RGB is 97 - color contains mainly: green. Hex color #12614A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #12614A is #ED9EB5. Grayscale: #464646. Windows color (decimal): -15572662 or 4874514. OLE color: 4874514.

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

Color convert

RGB 18 97 74 -
CMYK 0.81 0 0.24 0.62
HSL 162.53º 0.69% 0.23% -
HSV(B) 162.53º 0.81% 0.38% -
XYZ 5.76 9.17 7.95 -
YUV 70.76 129.83 90.37 -
System Red Green Blue C M Y K H S L
Decimal 18 97 74 0.81 0 0.24 0.62 162.53 0.69 0.23
Hex 12 61 4A 51 0 18 3E A3 45 17
Octal 22 141 112 121 0 30 76 243 105 27
Binary 10010 1100001 1001010 1010001 0 11000 111110 10100011 1000101 10111

Color Harmonies of #12614A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12614A

Black with #12614A

Text Example


Text Example

White with #12614A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #12614A; }

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

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

background-color css

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

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

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

border-color css

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

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

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