Html Css Color HEX #106942 Jewel

📋 copy color: '#106942'

red 16 ◦ green 105 ◦ blue 66

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

Shades of Jewel #106942

Tints of Jewel #106942

RGB

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

 GREEN value IS 105 (41.41% from 255) = 56.15%

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

R = 8.56%
G = 56.15%
B = 35.29%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.37

 K value IS 0.59

RGB Variations

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

Color information

#106942 (or 0x106942) is known color: Jewel. HEX triplet: 10, 69 and 42. RGB value is (16,105,66). Sum of RGB (Red+Green+Blue) = 16+105+66=187 (24% of max value = 765). Red value is 16 (6.64% from 255 or 8.56% from 187); Green value is 105 (41.41% from 255 or 56.15% from 187); Blue value is 66 (26.17% from 255 or 35.29% from 187); Max value from RGB is 105 - color contains mainly: green. Hex color #106942 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #106942 is #EF96BD. Grayscale: #4A4A4A. Windows color (decimal): -15701694 or 4352272. OLE color: 4352272.

HSL color Cylindrical-coordinate representation of color #106942: hue angle of 153.71º degrees, saturation: 0.74, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #106942 is Cyan = 0.85, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.59.

Color convert

RGB 16 105 66 -
CMYK 0.85 0 0.37 0.59
HSL 153.71º 0.74% 0.24% -
HSV(B) 153.71º 0.85% 0.41% -
XYZ 6.25 10.61 6.87 -
YUV 73.94 123.51 86.67 -
System Red Green Blue C M Y K H S L
Decimal 16 105 66 0.85 0 0.37 0.59 153.71 0.74 0.24
Hex 10 69 42 55 0 25 3B 9A 4A 18
Octal 20 151 102 125 0 45 73 232 112 30
Binary 10000 1101001 1000010 1010101 0 100101 111011 10011010 1001010 11000

Color Harmonies of #106942

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #106942

Black with #106942

Text Example


Text Example

White with #106942

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #106942; }

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

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

background-color css

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

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

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

border-color css

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

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

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