Html Css Color HEX #10684A Jewel

📋 copy color: '#10684A'

red 16 ◦ green 104 ◦ blue 74

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

Shades of Jewel #10684A

Tints of Jewel #10684A

RGB

 RED value IS 16 (6.64% from 255) = 8.25%

 GREEN value IS 104 (41.02% from 255) = 53.61%

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

R = 8.25%
G = 53.61%
B = 38.14%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.29

 K value IS 0.59

RGB Variations

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

Color information

#10684A (or 0x10684A) is known color: Jewel. HEX triplet: 10, 68 and 4A. RGB value is (16,104,74). Sum of RGB (Red+Green+Blue) = 16+104+74=194 (25% of max value = 765). Red value is 16 (6.64% from 255 or 8.25% from 194); Green value is 104 (41.02% from 255 or 53.61% from 194); Blue value is 74 (29.30% from 255 or 38.14% from 194); Max value from RGB is 104 - color contains mainly: green. Hex color #10684A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #10684A is #EF97B5. Grayscale: #4A4A4A. Windows color (decimal): -15701942 or 4876304. OLE color: 4876304.

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

Color convert

RGB 16 104 74 -
CMYK 0.85 0 0.29 0.59
HSL 159.55º 0.73% 0.24% -
HSV(B) 159.55º 0.85% 0.41% -
XYZ 6.4 10.51 8.17 -
YUV 74.27 127.85 86.44 -
System Red Green Blue C M Y K H S L
Decimal 16 104 74 0.85 0 0.29 0.59 159.55 0.73 0.24
Hex 10 68 4A 55 0 1D 3B A0 49 18
Octal 20 150 112 125 0 35 73 240 111 30
Binary 10000 1101000 1001010 1010101 0 11101 111011 10100000 1001001 11000

Color Harmonies of #10684A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10684A

Black with #10684A

Text Example


Text Example

White with #10684A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(16,104,74); }

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

background-color css

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

 a { background-color: rgb(16,104,74); }

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

border-color css

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

 span { border-color: rgb(16,104,74); }

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