Html Css Color HEX #107D60 Deep Sea

📋 copy color: '#107D60'

red 16 ◦ green 125 ◦ blue 96

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

Shades of Deep Sea #107D60

Tints of Deep Sea #107D60

RGB

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

 GREEN value IS 125 (49.22% from 255) = 52.74%

 BLUE value IS 96 (37.89% from 255) = 40.51%

R = 6.75%
G = 52.74%
B = 40.51%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.23

 K value IS 0.51

RGB Variations

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

Color information

#107D60 (or 0x107D60) is known color: Deep Sea. HEX triplet: 10, 7D and 60. RGB value is (16,125,96). Sum of RGB (Red+Green+Blue) = 16+125+96=237 (31% of max value = 765). Red value is 16 (6.64% from 255 or 6.75% from 237); Green value is 125 (49.22% from 255 or 52.74% from 237); Blue value is 96 (37.89% from 255 or 40.51% from 237); Max value from RGB is 125 - color contains mainly: green. Hex color #107D60 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #107D60 is #EF829F. Grayscale: #595959. Windows color (decimal): -15696544 or 6323472. OLE color: 6323472.

HSL color Cylindrical-coordinate representation of color #107D60: hue angle of 164.04º degrees, saturation: 0.77, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #107D60 is Cyan = 0.87, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.51.

Color convert

RGB 16 125 96 -
CMYK 0.87 0 0.23 0.51
HSL 164.04º 0.77% 0.28% -
HSV(B) 164.04º 0.87% 0.49% -
XYZ 9.66 15.62 13.57 -
YUV 89.1 131.89 75.86 -
System Red Green Blue C M Y K H S L
Decimal 16 125 96 0.87 0 0.23 0.51 164.04 0.77 0.28
Hex 10 7D 60 57 0 17 33 A4 4D 1C
Octal 20 175 140 127 0 27 63 244 115 34
Binary 10000 1111101 1100000 1010111 0 10111 110011 10100100 1001101 11100

Color Harmonies of #107D60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #107D60

Black with #107D60

Text Example


Text Example

White with #107D60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #107D60; }

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

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

background-color css

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

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

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

border-color css

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

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

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