Html Css Color HEX #10664A Jewel

📋 copy color: '#10664A'

red 16 ◦ green 102 ◦ blue 74

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

Shades of Jewel #10664A

Tints of Jewel #10664A

RGB

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

 GREEN value IS 102 (40.23% from 255) = 53.13%

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

R = 8.33%
G = 53.13%
B = 38.54%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.27

 K value IS 0.6

RGB Variations

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

Color information

#10664A (or 0x10664A) is known color: Jewel. HEX triplet: 10, 66 and 4A. RGB value is (16,102,74). Sum of RGB (Red+Green+Blue) = 16+102+74=192 (25% of max value = 765). Red value is 16 (6.64% from 255 or 8.33% from 192); Green value is 102 (40.23% from 255 or 53.12% from 192); Blue value is 74 (29.30% from 255 or 38.54% from 192); Max value from RGB is 102 - color contains mainly: green. Hex color #10664A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #10664A is #EF99B5. Grayscale: #494949. Windows color (decimal): -15702454 or 4875792. OLE color: 4875792.

HSL color Cylindrical-coordinate representation of color #10664A: hue angle of 160.47º degrees, saturation: 0.73, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #10664A is Cyan = 0.84, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.6.

Color convert

RGB 16 102 74 -
CMYK 0.84 0 0.27 0.6
HSL 160.47º 0.73% 0.23% -
HSV(B) 160.47º 0.84% 0.4% -
XYZ 6.2 10.11 8.1 -
YUV 73.09 128.51 87.28 -
System Red Green Blue C M Y K H S L
Decimal 16 102 74 0.84 0 0.27 0.6 160.47 0.73 0.23
Hex 10 66 4A 54 0 1B 3C A0 49 17
Octal 20 146 112 124 0 33 74 240 111 27
Binary 10000 1100110 1001010 1010100 0 11011 111100 10100000 1001001 10111

Color Harmonies of #10664A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10664A

Black with #10664A

Text Example


Text Example

White with #10664A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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