Html Css Color HEX #106742 Jewel

📋 copy color: '#106742'

red 16 ◦ green 103 ◦ blue 66

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

Shades of Jewel #106742

Tints of Jewel #106742

RGB

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

 GREEN value IS 103 (40.63% from 255) = 55.68%

 BLUE value IS 66 (26.17% from 255) = 35.68%

R = 8.65%
G = 55.68%
B = 35.68%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.36

 K value IS 0.60

RGB Variations

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

Color information

#106742 (or 0x106742) is known color: Jewel. HEX triplet: 10, 67 and 42. RGB value is (16,103,66). Sum of RGB (Red+Green+Blue) = 16+103+66=185 (24% of max value = 765). Red value is 16 (6.64% from 255 or 8.65% from 185); Green value is 103 (40.62% from 255 or 55.68% from 185); Blue value is 66 (26.17% from 255 or 35.68% from 185); Max value from RGB is 103 - color contains mainly: green. Hex color #106742 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #106742 is #EF98BD. Grayscale: #484848. Windows color (decimal): -15702206 or 4351760. OLE color: 4351760.

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

Color convert

RGB 16 103 66 -
CMYK 0.84 0 0.36 0.60
HSL 154.48º 0.73% 0.23% -
HSV(B) 154.48º 0.84% 0.4% -
XYZ 6.05 10.2 6.81 -
YUV 72.77 124.18 87.51 -
System Red Green Blue C M Y K H S L
Decimal 16 103 66 0.84 0 0.36 0.60 154.48 0.73 0.23
Hex 10 67 42 54 0 24 3C 9A 49 17
Octal 20 147 102 124 0 44 74 232 111 27
Binary 10000 1100111 1000010 1010100 0 100100 111100 10011010 1001001 10111

Color Harmonies of #106742

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #106742

Black with #106742

Text Example


Text Example

White with #106742

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #106742; }

 p { color: rgb(16,103,66); }

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

background-color css

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

 a { background-color: rgb(16,103,66); }

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

border-color css

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

 span { border-color: rgb(16,103,66); }

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