Html Css Color HEX #10664D Jewel

📋 copy color: '#10664D'

red 16 ◦ green 102 ◦ blue 77

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

Shades of Jewel #10664D

Tints of Jewel #10664D

RGB

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

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

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

R = 8.21%
G = 52.31%
B = 39.49%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.25

 K value IS 0.6

RGB Variations

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

Color information

#10664D (or 0x10664D) is known color: Jewel. HEX triplet: 10, 66 and 4D. RGB value is (16,102,77). Sum of RGB (Red+Green+Blue) = 16+102+77=195 (25% of max value = 765). Red value is 16 (6.64% from 255 or 8.21% from 195); Green value is 102 (40.23% from 255 or 52.31% from 195); Blue value is 77 (30.47% from 255 or 39.49% from 195); Max value from RGB is 102 - color contains mainly: green. Hex color #10664D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #10664D is #EF99B2. Grayscale: #494949. Windows color (decimal): -15702451 or 5072400. OLE color: 5072400.

HSL color Cylindrical-coordinate representation of color #10664D: hue angle of 162.56º 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 #10664D is Cyan = 0.84, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.6.

Color convert

RGB 16 102 77 -
CMYK 0.84 0 0.25 0.6
HSL 162.56º 0.73% 0.23% -
HSV(B) 162.56º 0.84% 0.4% -
XYZ 6.3 10.15 8.65 -
YUV 73.44 130.01 87.03 -
System Red Green Blue C M Y K H S L
Decimal 16 102 77 0.84 0 0.25 0.6 162.56 0.73 0.23
Hex 10 66 4D 54 0 19 3C A3 49 17
Octal 20 146 115 124 0 31 74 243 111 27
Binary 10000 1100110 1001101 1010100 0 11001 111100 10100011 1001001 10111

Color Harmonies of #10664D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10664D

Black with #10664D

Text Example


Text Example

White with #10664D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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