Html Css Color HEX #107965 Deep Sea

📋 copy color: '#107965'

red 16 ◦ green 121 ◦ blue 101

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

Shades of Deep Sea #107965

Tints of Deep Sea #107965

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 42.44%

R = 6.72%
G = 50.84%
B = 42.44%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.17

 K value IS 0.53

RGB Variations

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

Color information

#107965 (or 0x107965) is known color: Deep Sea. HEX triplet: 10, 79 and 65. RGB value is (16,121,101). Sum of RGB (Red+Green+Blue) = 16+121+101=238 (31% of max value = 765). Red value is 16 (6.64% from 255 or 6.72% from 238); Green value is 121 (47.66% from 255 or 50.84% from 238); Blue value is 101 (39.84% from 255 or 42.44% from 238); Max value from RGB is 121 - color contains mainly: green. Hex color #107965 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #107965 is #EF869A. Grayscale: #575757. Windows color (decimal): -15697563 or 6650128. OLE color: 6650128.

HSL color Cylindrical-coordinate representation of color #107965: hue angle of 168.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 #107965 is Cyan = 0.87, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.53.

Color convert

RGB 16 121 101 -
CMYK 0.87 0 0.17 0.53
HSL 168.57º 0.77% 0.27% -
HSV(B) 168.57º 0.87% 0.47% -
XYZ 9.4 14.72 14.66 -
YUV 87.33 135.71 77.13 -
System Red Green Blue C M Y K H S L
Decimal 16 121 101 0.87 0 0.17 0.53 168.57 0.77 0.27
Hex 10 79 65 57 0 11 35 A9 4D 1B
Octal 20 171 145 127 0 21 65 251 115 33
Binary 10000 1111001 1100101 1010111 0 10001 110101 10101001 1001101 11011

Color Harmonies of #107965

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #107965

Black with #107965

Text Example


Text Example

White with #107965

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #107965; }

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

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

background-color css

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

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

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

border-color css

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

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

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