Html Css Color HEX #0F7769 Deep Sea

📋 copy color: '#0F7769'

red 15 ◦ green 119 ◦ blue 105

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

Shades of Deep Sea #0F7769

Tints of Deep Sea #0F7769

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 43.93%

R = 6.28%
G = 49.79%
B = 43.93%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.12

 K value IS 0.53

RGB Variations

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

Color information

#0F7769 (or 0x0F7769) is known color: Deep Sea. HEX triplet: 0F, 77 and 69. RGB value is (15,119,105). Sum of RGB (Red+Green+Blue) = 15+119+105=239 (31% of max value = 765). Red value is 15 (6.25% from 255 or 6.28% from 239); Green value is 119 (46.88% from 255 or 49.79% from 239); Blue value is 105 (41.41% from 255 or 43.93% from 239); Max value from RGB is 119 - color contains mainly: green. Hex color #0F7769 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0F7769 is #F08896. Grayscale: #565656. Windows color (decimal): -15763607 or 6911759. OLE color: 6911759.

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

Color convert

RGB 15 119 105 -
CMYK 0.87 0 0.12 0.53
HSL 171.92º 0.78% 0.26% -
HSV(B) 171.92º 0.87% 0.47% -
XYZ 9.34 14.32 15.64 -
YUV 86.31 138.54 77.14 -
System Red Green Blue C M Y K H S L
Decimal 15 119 105 0.87 0 0.12 0.53 171.92 0.78 0.26
Hex F 77 69 57 0 C 35 AC 4E 1A
Octal 17 167 151 127 0 14 65 254 116 32
Binary 1111 1110111 1101001 1010111 0 1100 110101 10101100 1001110 11010

Color Harmonies of #0F7769

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F7769

Black with #0F7769

Text Example


Text Example

White with #0F7769

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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