Html Css Color HEX #0F7053 Watercourse

📋 copy color: '#0F7053'

red 15 ◦ green 112 ◦ blue 83

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

Shades of Watercourse #0F7053

Tints of Watercourse #0F7053

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 39.52%

R = 7.14%
G = 53.33%
B = 39.52%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.26

 K value IS 0.56

RGB Variations

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

Color information

#0F7053 (or 0x0F7053) is known color: Watercourse. HEX triplet: 0F, 70 and 53. RGB value is (15,112,83). Sum of RGB (Red+Green+Blue) = 15+112+83=210 (27% of max value = 765). Red value is 15 (6.25% from 255 or 7.14% from 210); Green value is 112 (44.14% from 255 or 53.33% from 210); Blue value is 83 (32.81% from 255 or 39.52% from 210); Max value from RGB is 112 - color contains mainly: green. Hex color #0F7053 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0F7053 is #F08FAC. Grayscale: #4F4F4F. Windows color (decimal): -15765421 or 5468175. OLE color: 5468175.

HSL color Cylindrical-coordinate representation of color #0F7053: hue angle of 162.06º 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 #0F7053 is Cyan = 0.87, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.56.

Color convert

RGB 15 112 83 -
CMYK 0.87 0 0.26 0.56
HSL 162.06º 0.76% 0.25% -
HSV(B) 162.06º 0.87% 0.44% -
XYZ 7.55 12.31 10.16 -
YUV 79.69 129.86 81.86 -
System Red Green Blue C M Y K H S L
Decimal 15 112 83 0.87 0 0.26 0.56 162.06 0.76 0.25
Hex F 70 53 57 0 1A 38 A2 4C 19
Octal 17 160 123 127 0 32 70 242 114 31
Binary 1111 1110000 1010011 1010111 0 11010 111000 10100010 1001100 11001

Color Harmonies of #0F7053

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F7053

Black with #0F7053

Text Example


Text Example

White with #0F7053

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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