Html Css Color HEX #0F796A Deep Sea

📋 copy color: '#0F796A'

red 15 ◦ green 121 ◦ blue 106

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

Shades of Deep Sea #0F796A

Tints of Deep Sea #0F796A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 43.8%

R = 6.2%
G = 50%
B = 43.8%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.12

 K value IS 0.53

RGB Variations

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

Color information

#0F796A (or 0x0F796A) is known color: Deep Sea. HEX triplet: 0F, 79 and 6A. RGB value is (15,121,106). Sum of RGB (Red+Green+Blue) = 15+121+106=242 (32% of max value = 765). Red value is 15 (6.25% from 255 or 6.20% from 242); Green value is 121 (47.66% from 255 or 50% from 242); Blue value is 106 (41.80% from 255 or 43.80% from 242); Max value from RGB is 121 - color contains mainly: green. Hex color #0F796A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0F796A is #F08695. Grayscale: #575757. Windows color (decimal): -15763094 or 6977807. OLE color: 6977807.

HSL color Cylindrical-coordinate representation of color #0F796A: hue angle of 171.51º degrees, saturation: 0.78, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0F796A is Cyan = 0.88, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.53.

Color convert

RGB 15 121 106 -
CMYK 0.88 0 0.12 0.53
HSL 171.51º 0.78% 0.27% -
HSV(B) 171.51º 0.88% 0.47% -
XYZ 9.64 14.82 15.99 -
YUV 87.6 138.38 76.22 -
System Red Green Blue C M Y K H S L
Decimal 15 121 106 0.88 0 0.12 0.53 171.51 0.78 0.27
Hex F 79 6A 58 0 C 35 AC 4E 1B
Octal 17 171 152 130 0 14 65 254 116 33
Binary 1111 1111001 1101010 1011000 0 1100 110101 10101100 1001110 11011

Color Harmonies of #0F796A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F796A

Black with #0F796A

Text Example


Text Example

White with #0F796A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,121,106); }

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

background-color css

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

 a { background-color: rgb(15,121,106); }

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

border-color css

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

 span { border-color: rgb(15,121,106); }

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