Html Css Color HEX #0F7054 Watercourse

📋 copy color: '#0F7054'

red 15 ◦ green 112 ◦ blue 84

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

Shades of Watercourse #0F7054

Tints of Watercourse #0F7054

RGB

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

 GREEN value IS 112 (44.14% from 255) = 53.08%

 BLUE value IS 84 (33.2% from 255) = 39.81%

R = 7.11%
G = 53.08%
B = 39.81%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.25

 K value IS 0.56

RGB Variations

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

Color information

#0F7054 (or 0x0F7054) is known color: Watercourse. HEX triplet: 0F, 70 and 54. RGB value is (15,112,84). Sum of RGB (Red+Green+Blue) = 15+112+84=211 (27% of max value = 765). Red value is 15 (6.25% from 255 or 7.11% from 211); Green value is 112 (44.14% from 255 or 53.08% from 211); Blue value is 84 (33.20% from 255 or 39.81% from 211); Max value from RGB is 112 - color contains mainly: green. Hex color #0F7054 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0F7054 is #F08FAB. Grayscale: #4F4F4F. Windows color (decimal): -15765420 or 5533711. OLE color: 5533711.

HSL color Cylindrical-coordinate representation of color #0F7054: hue angle of 162.68º degrees, saturation: 0.76, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #0F7054 is Cyan = 0.87, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.56.

Color convert

RGB 15 112 84 -
CMYK 0.87 0 0.25 0.56
HSL 162.68º 0.76% 0.25% -
HSV(B) 162.68º 0.87% 0.44% -
XYZ 7.59 12.33 10.37 -
YUV 79.81 130.36 81.78 -
System Red Green Blue C M Y K H S L
Decimal 15 112 84 0.87 0 0.25 0.56 162.68 0.76 0.25
Hex F 70 54 57 0 19 38 A3 4C 19
Octal 17 160 124 127 0 31 70 243 114 31
Binary 1111 1110000 1010100 1010111 0 11001 111000 10100011 1001100 11001

Color Harmonies of #0F7054

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F7054

Black with #0F7054

Text Example


Text Example

White with #0F7054

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,112,84); }

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

background-color css

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

 a { background-color: rgb(15,112,84); }

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

border-color css

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

 span { border-color: rgb(15,112,84); }

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