Html Css Color HEX #0F8761 Deep Sea

📋 copy color: '#0F8761'

red 15 ◦ green 135 ◦ blue 97

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

Shades of Deep Sea #0F8761

Tints of Deep Sea #0F8761

RGB

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

 GREEN value IS 135 (53.13% from 255) = 54.66%

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

R = 6.07%
G = 54.66%
B = 39.27%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.28

 K value IS 0.47

RGB Variations

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

Color information

#0F8761 (or 0x0F8761) is known color: Deep Sea. HEX triplet: 0F, 87 and 61. RGB value is (15,135,97). Sum of RGB (Red+Green+Blue) = 15+135+97=247 (32% of max value = 765). Red value is 15 (6.25% from 255 or 6.07% from 247); Green value is 135 (53.12% from 255 or 54.66% from 247); Blue value is 97 (38.28% from 255 or 39.27% from 247); Max value from RGB is 135 - color contains mainly: green. Hex color #0F8761 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0F8761 is #F0789E. Grayscale: #5E5E5E. Windows color (decimal): -15759519 or 6391567. OLE color: 6391567.

HSL color Cylindrical-coordinate representation of color #0F8761: hue angle of 161º 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 #0F8761 is Cyan = 0.89, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.47.

Color convert

RGB 15 135 97 -
CMYK 0.89 0 0.28 0.47
HSL 161º 0.8% 0.29% -
HSV(B) 161º 0.89% 0.53% -
XYZ 11.02 18.29 14.26 -
YUV 94.79 129.24 71.09 -
System Red Green Blue C M Y K H S L
Decimal 15 135 97 0.89 0 0.28 0.47 161 0.8 0.29
Hex F 87 61 59 0 1C 2F A1 50 1D
Octal 17 207 141 131 0 34 57 241 120 35
Binary 1111 10000111 1100001 1011001 0 11100 101111 10100001 1010000 11101

Color Harmonies of #0F8761

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F8761

Black with #0F8761

Text Example


Text Example

White with #0F8761

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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