Html Css Color HEX #10775F Deep Sea

📋 copy color: '#10775F'

red 16 ◦ green 119 ◦ blue 95

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

Shades of Deep Sea #10775F

Tints of Deep Sea #10775F

RGB

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

 GREEN value IS 119 (46.88% from 255) = 51.74%

 BLUE value IS 95 (37.5% from 255) = 41.3%

R = 6.96%
G = 51.74%
B = 41.3%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.20

 K value IS 0.53

RGB Variations

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

Color information

#10775F (or 0x10775F) is known color: Deep Sea. HEX triplet: 10, 77 and 5F. RGB value is (16,119,95). Sum of RGB (Red+Green+Blue) = 16+119+95=230 (30% of max value = 765). Red value is 16 (6.64% from 255 or 6.96% from 230); Green value is 119 (46.88% from 255 or 51.74% from 230); Blue value is 95 (37.5% from 255 or 41.30% from 230); Max value from RGB is 119 - color contains mainly: green. Hex color #10775F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #10775F is #EF88A0. Grayscale: #555555. Windows color (decimal): -15698081 or 6256400. OLE color: 6256400.

HSL color Cylindrical-coordinate representation of color #10775F: hue angle of 166.02º degrees, saturation: 0.76, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #10775F is Cyan = 0.87, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.53.

Color convert

RGB 16 119 95 -
CMYK 0.87 0 0.20 0.53
HSL 166.02º 0.76% 0.26% -
HSV(B) 166.02º 0.87% 0.47% -
XYZ 8.88 14.13 13.09 -
YUV 85.47 133.38 78.45 -
System Red Green Blue C M Y K H S L
Decimal 16 119 95 0.87 0 0.20 0.53 166.02 0.76 0.26
Hex 10 77 5F 57 0 14 35 A6 4C 1A
Octal 20 167 137 127 0 24 65 246 114 32
Binary 10000 1110111 1011111 1010111 0 10100 110101 10100110 1001100 11010

Color Harmonies of #10775F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10775F

Black with #10775F

Text Example


Text Example

White with #10775F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #10775F; }

 p { color: rgb(16,119,95); }

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

background-color css

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

 a { background-color: rgb(16,119,95); }

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

border-color css

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

 span { border-color: rgb(16,119,95); }

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