Html Css Color HEX #12694A Jewel

📋 copy color: '#12694A'

red 18 ◦ green 105 ◦ blue 74

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

Shades of Jewel #12694A

Tints of Jewel #12694A

RGB

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

 GREEN value IS 105 (41.41% from 255) = 53.3%

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

R = 9.14%
G = 53.3%
B = 37.56%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.30

 K value IS 0.59

RGB Variations

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

Color information

#12694A (or 0x12694A) is known color: Jewel. HEX triplet: 12, 69 and 4A. RGB value is (18,105,74). Sum of RGB (Red+Green+Blue) = 18+105+74=197 (26% of max value = 765). Red value is 18 (7.42% from 255 or 9.14% from 197); Green value is 105 (41.41% from 255 or 53.30% from 197); Blue value is 74 (29.30% from 255 or 37.56% from 197); Max value from RGB is 105 - color contains mainly: green. Hex color #12694A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #12694A is #ED96B5. Grayscale: #4B4B4B. Windows color (decimal): -15570614 or 4876562. OLE color: 4876562.

HSL color Cylindrical-coordinate representation of color #12694A: hue angle of 158.62º degrees, saturation: 0.71, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #12694A is Cyan = 0.83, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.59.

Color convert

RGB 18 105 74 -
CMYK 0.83 0 0.30 0.59
HSL 158.62º 0.71% 0.24% -
HSV(B) 158.62º 0.83% 0.41% -
XYZ 6.54 10.73 8.2 -
YUV 75.45 127.18 87.02 -
System Red Green Blue C M Y K H S L
Decimal 18 105 74 0.83 0 0.30 0.59 158.62 0.71 0.24
Hex 12 69 4A 53 0 1E 3B 9F 47 18
Octal 22 151 112 123 0 36 73 237 107 30
Binary 10010 1101001 1001010 1010011 0 11110 111011 10011111 1000111 11000

Color Harmonies of #12694A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12694A

Black with #12694A

Text Example


Text Example

White with #12694A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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