Html Css Color HEX #106641 Jewel

📋 copy color: '#106641'

red 16 ◦ green 102 ◦ blue 65

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

Shades of Jewel #106641

Tints of Jewel #106641

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 35.52%

R = 8.74%
G = 55.74%
B = 35.52%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.36

 K value IS 0.6

RGB Variations

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

Color information

#106641 (or 0x106641) is known color: Jewel. HEX triplet: 10, 66 and 41. RGB value is (16,102,65). Sum of RGB (Red+Green+Blue) = 16+102+65=183 (24% of max value = 765). Red value is 16 (6.64% from 255 or 8.74% from 183); Green value is 102 (40.23% from 255 or 55.74% from 183); Blue value is 65 (25.78% from 255 or 35.52% from 183); Max value from RGB is 102 - color contains mainly: green. Hex color #106641 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #106641 is #EF99BE. Grayscale: #484848. Windows color (decimal): -15702463 or 4285968. OLE color: 4285968.

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

Color convert

RGB 16 102 65 -
CMYK 0.84 0 0.36 0.6
HSL 154.19º 0.73% 0.23% -
HSV(B) 154.19º 0.84% 0.4% -
XYZ 5.92 9.99 6.62 -
YUV 72.07 124.01 88.01 -
System Red Green Blue C M Y K H S L
Decimal 16 102 65 0.84 0 0.36 0.6 154.19 0.73 0.23
Hex 10 66 41 54 0 24 3C 9A 49 17
Octal 20 146 101 124 0 44 74 232 111 27
Binary 10000 1100110 1000001 1010100 0 100100 111100 10011010 1001001 10111

Color Harmonies of #106641

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #106641

Black with #106641

Text Example


Text Example

White with #106641

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #106641; }

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

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

background-color css

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

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

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

border-color css

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

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

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