Html Css Color HEX #107942 Dark Spring Green

📋 copy color: '#107942'

red 16 ◦ green 121 ◦ blue 66

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

Shades of Dark Spring Green #107942

Tints of Dark Spring Green #107942

RGB

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

 GREEN value IS 121 (47.66% from 255) = 59.61%

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

R = 7.88%
G = 59.61%
B = 32.51%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.45

 K value IS 0.53

RGB Variations

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

Color information

#107942 (or 0x107942) is known color: Dark Spring Green. HEX triplet: 10, 79 and 42. RGB value is (16,121,66). Sum of RGB (Red+Green+Blue) = 16+121+66=203 (26% of max value = 765). Red value is 16 (6.64% from 255 or 7.88% from 203); Green value is 121 (47.66% from 255 or 59.61% from 203); Blue value is 66 (26.17% from 255 or 32.51% from 203); Max value from RGB is 121 - color contains mainly: green. Hex color #107942 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #107942 is #EF86BD. Grayscale: #535353. Windows color (decimal): -15697598 or 4356368. OLE color: 4356368.

HSL color Cylindrical-coordinate representation of color #107942: hue angle of 148.57º degrees, saturation: 0.77, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #107942 is Cyan = 0.87, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.53.

Color convert

RGB 16 121 66 -
CMYK 0.87 0 0.45 0.53
HSL 148.57º 0.77% 0.27% -
HSV(B) 148.57º 0.87% 0.47% -
XYZ 8.03 14.18 7.47 -
YUV 83.34 118.21 79.97 -
System Red Green Blue C M Y K H S L
Decimal 16 121 66 0.87 0 0.45 0.53 148.57 0.77 0.27
Hex 10 79 42 57 0 2D 35 95 4D 1B
Octal 20 171 102 127 0 55 65 225 115 33
Binary 10000 1111001 1000010 1010111 0 101101 110101 10010101 1001101 11011

Color Harmonies of #107942

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #107942

Black with #107942

Text Example


Text Example

White with #107942

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #107942; }

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

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

background-color css

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

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

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

border-color css

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

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

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