Html Css Color HEX #0F745F Deep Sea

📋 copy color: '#0F745F'

red 15 ◦ green 116 ◦ blue 95

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

Shades of Deep Sea #0F745F

Tints of Deep Sea #0F745F

RGB

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

 GREEN value IS 116 (45.7% from 255) = 51.33%

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

R = 6.64%
G = 51.33%
B = 42.04%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.18

 K value IS 0.55

RGB Variations

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

Color information

#0F745F (or 0x0F745F) is known color: Deep Sea. HEX triplet: 0F, 74 and 5F. RGB value is (15,116,95). Sum of RGB (Red+Green+Blue) = 15+116+95=226 (29% of max value = 765). Red value is 15 (6.25% from 255 or 6.64% from 226); Green value is 116 (45.70% from 255 or 51.33% from 226); Blue value is 95 (37.5% from 255 or 42.04% from 226); Max value from RGB is 116 - color contains mainly: green. Hex color #0F745F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0F745F is #F08BA0. Grayscale: #535353. Windows color (decimal): -15764385 or 6255631. OLE color: 6255631.

HSL color Cylindrical-coordinate representation of color #0F745F: hue angle of 167.52º degrees, saturation: 0.77, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #0F745F is Cyan = 0.87, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.55.

Color convert

RGB 15 116 95 -
CMYK 0.87 0 0.18 0.55
HSL 167.52º 0.77% 0.26% -
HSV(B) 167.52º 0.87% 0.45% -
XYZ 8.51 13.42 12.97 -
YUV 83.41 134.54 79.21 -
System Red Green Blue C M Y K H S L
Decimal 15 116 95 0.87 0 0.18 0.55 167.52 0.77 0.26
Hex F 74 5F 57 0 12 37 A8 4D 1A
Octal 17 164 137 127 0 22 67 250 115 32
Binary 1111 1110100 1011111 1010111 0 10010 110111 10101000 1001101 11010

Color Harmonies of #0F745F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F745F

Black with #0F745F

Text Example


Text Example

White with #0F745F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,116,95); }

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

background-color css

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

 a { background-color: rgb(15,116,95); }

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

border-color css

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

 span { border-color: rgb(15,116,95); }

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