Html Css Color HEX #0F866F Deep Sea

📋 copy color: '#0F866F'

red 15 ◦ green 134 ◦ blue 111

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

Shades of Deep Sea #0F866F

Tints of Deep Sea #0F866F

RGB

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

 GREEN value IS 134 (52.73% from 255) = 51.54%

 BLUE value IS 111 (43.75% from 255) = 42.69%

R = 5.77%
G = 51.54%
B = 42.69%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.17

 K value IS 0.47

RGB Variations

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

Color information

#0F866F (or 0x0F866F) is known color: Deep Sea. HEX triplet: 0F, 86 and 6F. RGB value is (15,134,111). Sum of RGB (Red+Green+Blue) = 15+134+111=260 (34% of max value = 765). Red value is 15 (6.25% from 255 or 5.77% from 260); Green value is 134 (52.73% from 255 or 51.54% from 260); Blue value is 111 (43.75% from 255 or 42.69% from 260); Max value from RGB is 134 - color contains mainly: green. Hex color #0F866F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0F866F is #F07990. Grayscale: #5F5F5F. Windows color (decimal): -15759761 or 7308815. OLE color: 7308815.

HSL color Cylindrical-coordinate representation of color #0F866F: hue angle of 168.4º degrees, saturation: 0.8, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0F866F is Cyan = 0.89, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.47.

Color convert

RGB 15 134 111 -
CMYK 0.89 0 0.17 0.47
HSL 168.4º 0.8% 0.29% -
HSV(B) 168.4º 0.89% 0.53% -
XYZ 11.59 18.3 17.96 -
YUV 95.8 136.58 70.37 -
System Red Green Blue C M Y K H S L
Decimal 15 134 111 0.89 0 0.17 0.47 168.4 0.8 0.29
Hex F 86 6F 59 0 11 2F A8 50 1D
Octal 17 206 157 131 0 21 57 250 120 35
Binary 1111 10000110 1101111 1011001 0 10001 101111 10101000 1010000 11101

Color Harmonies of #0F866F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F866F

Black with #0F866F

Text Example


Text Example

White with #0F866F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,134,111); }

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

background-color css

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

 a { background-color: rgb(15,134,111); }

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

border-color css

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

 span { border-color: rgb(15,134,111); }

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