#107D67

Color #107D67 Deep Sea (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Sea #107D67

Tints of Deep Sea #107D67

Color information

#107D67 (or 0x107D67) is unknown color: approx Deep Sea. HEX triplet: 10, 7D and 67. RGB value is (16,125,103). Sum of RGB (Red+Green+Blue) = 16+125+103=244 (32% of max value = 765). Red value is 16 (6.64% from 255 or 6.56% from 244); Green value is 125 (49.22% from 255 or 51.23% from 244); Blue value is 103 (40.62% from 255 or 42.21% from 244); Max value from RGB is 125 - color contains mainly: green. Hex color #107D67 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #107D67 is #EF8298. Grayscale: #595959. Windows color (decimal): -15696537 or 6782224. OLE color: 6782224.

HSL color Cylindrical-coordinate representation of color #107D67: hue angle of 167.89º 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 #107D67 is Cyan = 0.87, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.51.

Color convert

RGB16125103-
CMYK0.8700.180.51
HSL167.89º77.3%27.65%-
HSV(B)167.89º87.2%49.02%-
XYZ1015.7615.35-
YUV89.9135.3975.29-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 6.56%
GREEN value IS 125 (49.22% from 255) = 51.23%
BLUE value IS 103 (40.62% from 255) = 42.21%
R=6.56%
G=51.23%
B=42.21%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal161251030.8700.180.51167.8977.327.65
Hex107D675701233a84d1c
Octal201751471270226325011534
Binary1000011111011100111101011101001011001110101000100110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #107D67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #107D67;
 }
 .AnyTagClassName
 {
   color: #107D67;
 }
</style>
background-color css

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

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

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

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

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

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