Html Css Color HEX #107242 Dark Spring Green

📋 copy color: '#107242'

red 16 ◦ green 114 ◦ blue 66

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

Shades of Dark Spring Green #107242

Tints of Dark Spring Green #107242

RGB

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

 GREEN value IS 114 (44.92% from 255) = 58.16%

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

R = 8.16%
G = 58.16%
B = 33.67%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.42

 K value IS 0.55

RGB Variations

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

Color information

#107242 (or 0x107242) is known color: Dark Spring Green. HEX triplet: 10, 72 and 42. RGB value is (16,114,66). Sum of RGB (Red+Green+Blue) = 16+114+66=196 (25% of max value = 765). Red value is 16 (6.64% from 255 or 8.16% from 196); Green value is 114 (44.92% from 255 or 58.16% from 196); Blue value is 66 (26.17% from 255 or 33.67% from 196); Max value from RGB is 114 - color contains mainly: green. Hex color #107242 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #107242 is #EF8DBD. Grayscale: #4F4F4F. Windows color (decimal): -15699390 or 4354576. OLE color: 4354576.

HSL color Cylindrical-coordinate representation of color #107242: hue angle of 150.61º degrees, saturation: 0.75, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #107242 is Cyan = 0.86, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.55.

Color convert

RGB 16 114 66 -
CMYK 0.86 0 0.42 0.55
HSL 150.61º 0.75% 0.25% -
HSV(B) 150.61º 0.86% 0.45% -
XYZ 7.21 12.54 7.19 -
YUV 79.23 120.53 82.9 -
System Red Green Blue C M Y K H S L
Decimal 16 114 66 0.86 0 0.42 0.55 150.61 0.75 0.25
Hex 10 72 42 56 0 2A 37 97 4B 19
Octal 20 162 102 126 0 52 67 227 113 31
Binary 10000 1110010 1000010 1010110 0 101010 110111 10010111 1001011 11001

Color Harmonies of #107242

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #107242

Black with #107242

Text Example


Text Example

White with #107242

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #107242; }

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

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

background-color css

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

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

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

border-color css

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

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

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