Html Css Color HEX #106648 Jewel

📋 copy color: '#106648'

red 16 ◦ green 102 ◦ blue 72

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

Shades of Jewel #106648

Tints of Jewel #106648

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 37.89%

R = 8.42%
G = 53.68%
B = 37.89%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.29

 K value IS 0.6

RGB Variations

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

Color information

#106648 (or 0x106648) is known color: Jewel. HEX triplet: 10, 66 and 48. RGB value is (16,102,72). Sum of RGB (Red+Green+Blue) = 16+102+72=190 (25% of max value = 765). Red value is 16 (6.64% from 255 or 8.42% from 190); Green value is 102 (40.23% from 255 or 53.68% from 190); Blue value is 72 (28.52% from 255 or 37.89% from 190); Max value from RGB is 102 - color contains mainly: green. Hex color #106648 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #106648 is #EF99B7. Grayscale: #484848. Windows color (decimal): -15702456 or 4744720. OLE color: 4744720.

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

Color convert

RGB 16 102 72 -
CMYK 0.84 0 0.29 0.6
HSL 159.07º 0.73% 0.23% -
HSV(B) 159.07º 0.84% 0.4% -
XYZ 6.13 10.08 7.75 -
YUV 72.87 127.51 87.44 -
System Red Green Blue C M Y K H S L
Decimal 16 102 72 0.84 0 0.29 0.6 159.07 0.73 0.23
Hex 10 66 48 54 0 1D 3C 9F 49 17
Octal 20 146 110 124 0 35 74 237 111 27
Binary 10000 1100110 1001000 1010100 0 11101 111100 10011111 1001001 10111

Color Harmonies of #106648

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #106648

Black with #106648

Text Example


Text Example

White with #106648

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #106648; }

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

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

background-color css

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

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

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

border-color css

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

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

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