Html Css Color HEX #0F7761 Deep Sea

📋 copy color: '#0F7761'

red 15 ◦ green 119 ◦ blue 97

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

Shades of Deep Sea #0F7761

Tints of Deep Sea #0F7761

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 41.99%

R = 6.49%
G = 51.52%
B = 41.99%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.18

 K value IS 0.53

RGB Variations

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

Color information

#0F7761 (or 0x0F7761) is known color: Deep Sea. HEX triplet: 0F, 77 and 61. RGB value is (15,119,97). Sum of RGB (Red+Green+Blue) = 15+119+97=231 (30% of max value = 765). Red value is 15 (6.25% from 255 or 6.49% from 231); Green value is 119 (46.88% from 255 or 51.52% from 231); Blue value is 97 (38.28% from 255 or 41.99% from 231); Max value from RGB is 119 - color contains mainly: green. Hex color #0F7761 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0F7761 is #F0889E. Grayscale: #555555. Windows color (decimal): -15763615 or 6387471. OLE color: 6387471.

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

Color convert

RGB 15 119 97 -
CMYK 0.87 0 0.18 0.53
HSL 167.31º 0.78% 0.26% -
HSV(B) 167.31º 0.87% 0.47% -
XYZ 8.95 14.16 13.57 -
YUV 85.4 134.54 77.79 -
System Red Green Blue C M Y K H S L
Decimal 15 119 97 0.87 0 0.18 0.53 167.31 0.78 0.26
Hex F 77 61 57 0 12 35 A7 4E 1A
Octal 17 167 141 127 0 22 65 247 116 32
Binary 1111 1110111 1100001 1010111 0 10010 110101 10100111 1001110 11010

Color Harmonies of #0F7761

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F7761

Black with #0F7761

Text Example


Text Example

White with #0F7761

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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