Html Css Color HEX #12694D Jewel

📋 copy color: '#12694D'

red 18 ◦ green 105 ◦ blue 77

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

Shades of Jewel #12694D

Tints of Jewel #12694D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 38.5%

R = 9%
G = 52.5%
B = 38.5%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.27

 K value IS 0.59

RGB Variations

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

Color information

#12694D (or 0x12694D) is known color: Jewel. HEX triplet: 12, 69 and 4D. RGB value is (18,105,77). Sum of RGB (Red+Green+Blue) = 18+105+77=200 (26% of max value = 765). Red value is 18 (7.42% from 255 or 9% from 200); Green value is 105 (41.41% from 255 or 52.5% from 200); Blue value is 77 (30.47% from 255 or 38.5% from 200); Max value from RGB is 105 - color contains mainly: green. Hex color #12694D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #12694D is #ED96B2. Grayscale: #4B4B4B. Windows color (decimal): -15570611 or 5073170. OLE color: 5073170.

HSL color Cylindrical-coordinate representation of color #12694D: hue angle of 160.69º 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 #12694D is Cyan = 0.83, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.59.

Color convert

RGB 18 105 77 -
CMYK 0.83 0 0.27 0.59
HSL 160.69º 0.71% 0.24% -
HSV(B) 160.69º 0.83% 0.41% -
XYZ 6.64 10.77 8.75 -
YUV 75.8 128.68 86.78 -
System Red Green Blue C M Y K H S L
Decimal 18 105 77 0.83 0 0.27 0.59 160.69 0.71 0.24
Hex 12 69 4D 53 0 1B 3B A1 47 18
Octal 22 151 115 123 0 33 73 241 107 30
Binary 10010 1101001 1001101 1010011 0 11011 111011 10100001 1000111 11000

Color Harmonies of #12694D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12694D

Black with #12694D

Text Example


Text Example

White with #12694D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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