Html Css Color HEX #106042 Jewel

📋 copy color: '#106042'

red 16 ◦ green 96 ◦ blue 66

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

Shades of Jewel #106042

Tints of Jewel #106042

RGB

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

 GREEN value IS 96 (37.89% from 255) = 53.93%

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

R = 8.99%
G = 53.93%
B = 37.08%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.31

 K value IS 0.62

RGB Variations

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

Color information

#106042 (or 0x106042) is known color: Jewel. HEX triplet: 10, 60 and 42. RGB value is (16,96,66). Sum of RGB (Red+Green+Blue) = 16+96+66=178 (23% of max value = 765). Red value is 16 (6.64% from 255 or 8.99% from 178); Green value is 96 (37.89% from 255 or 53.93% from 178); Blue value is 66 (26.17% from 255 or 37.08% from 178); Max value from RGB is 96 - color contains mainly: green. Hex color #106042 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #106042 is #EF9FBD. Grayscale: #444444. Windows color (decimal): -15703998 or 4349968. OLE color: 4349968.

HSL color Cylindrical-coordinate representation of color #106042: hue angle of 157.5º degrees, saturation: 0.71, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #106042 is Cyan = 0.83, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.62.

Color convert

RGB 16 96 66 -
CMYK 0.83 0 0.31 0.62
HSL 157.5º 0.71% 0.22% -
HSV(B) 157.5º 0.83% 0.38% -
XYZ 5.38 8.87 6.58 -
YUV 68.66 126.5 90.44 -
System Red Green Blue C M Y K H S L
Decimal 16 96 66 0.83 0 0.31 0.62 157.5 0.71 0.22
Hex 10 60 42 53 0 1F 3E 9E 47 16
Octal 20 140 102 123 0 37 76 236 107 26
Binary 10000 1100000 1000010 1010011 0 11111 111110 10011110 1000111 10110

Color Harmonies of #106042

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #106042

Black with #106042

Text Example


Text Example

White with #106042

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #106042; }

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

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

background-color css

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

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

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

border-color css

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

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

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