Html Css Color HEX #0F775D Deep Sea

📋 copy color: '#0F775D'

red 15 ◦ green 119 ◦ blue 93

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

Shades of Deep Sea #0F775D

Tints of Deep Sea #0F775D

RGB

 RED value IS 15 (6.25% from 255) = 6.61%

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

 BLUE value IS 93 (36.72% from 255) = 40.97%

R = 6.61%
G = 52.42%
B = 40.97%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.22

 K value IS 0.53

RGB Variations

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

Color information

#0F775D (or 0x0F775D) is known color: Deep Sea. HEX triplet: 0F, 77 and 5D. RGB value is (15,119,93). Sum of RGB (Red+Green+Blue) = 15+119+93=227 (30% of max value = 765). Red value is 15 (6.25% from 255 or 6.61% from 227); Green value is 119 (46.88% from 255 or 52.42% from 227); Blue value is 93 (36.72% from 255 or 40.97% from 227); Max value from RGB is 119 - color contains mainly: green. Hex color #0F775D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0F775D is #F088A2. Grayscale: #545454. Windows color (decimal): -15763619 or 6125327. OLE color: 6125327.

HSL color Cylindrical-coordinate representation of color #0F775D: hue angle of 165º degrees, saturation: 0.78, 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 #0F775D is Cyan = 0.87, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.53.

Color convert

RGB 15 119 93 -
CMYK 0.87 0 0.22 0.53
HSL 165º 0.78% 0.26% -
HSV(B) 165º 0.87% 0.47% -
XYZ 8.77 14.09 12.61 -
YUV 84.94 132.54 78.11 -
System Red Green Blue C M Y K H S L
Decimal 15 119 93 0.87 0 0.22 0.53 165 0.78 0.26
Hex F 77 5D 57 0 16 35 A5 4E 1A
Octal 17 167 135 127 0 26 65 245 116 32
Binary 1111 1110111 1011101 1010111 0 10110 110101 10100101 1001110 11010

Color Harmonies of #0F775D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F775D

Black with #0F775D

Text Example


Text Example

White with #0F775D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0F775D; }

 p { color: rgb(15,119,93); }

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

background-color css

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

 a { background-color: rgb(15,119,93); }

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

border-color css

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

 span { border-color: rgb(15,119,93); }

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