Html Css Color HEX #0F6251 Watercourse

📋 copy color: '#0F6251'

red 15 ◦ green 98 ◦ blue 81

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

Shades of Watercourse #0F6251

Tints of Watercourse #0F6251

RGB

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

 GREEN value IS 98 (38.67% from 255) = 50.52%

 BLUE value IS 81 (32.03% from 255) = 41.75%

R = 7.73%
G = 50.52%
B = 41.75%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.17

 K value IS 0.62

RGB Variations

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

Color information

#0F6251 (or 0x0F6251) is known color: Watercourse. HEX triplet: 0F, 62 and 51. RGB value is (15,98,81). Sum of RGB (Red+Green+Blue) = 15+98+81=194 (25% of max value = 765). Red value is 15 (6.25% from 255 or 7.73% from 194); Green value is 98 (38.67% from 255 or 50.52% from 194); Blue value is 81 (32.03% from 255 or 41.75% from 194); Max value from RGB is 98 - color contains mainly: green. Hex color #0F6251 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0F6251 is #F09DAE. Grayscale: #474747. Windows color (decimal): -15769007 or 5333519. OLE color: 5333519.

HSL color Cylindrical-coordinate representation of color #0F6251: hue angle of 167.71º degrees, saturation: 0.73, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #0F6251 is Cyan = 0.85, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.62.

Color convert

RGB 15 98 81 -
CMYK 0.85 0 0.17 0.62
HSL 167.71º 0.73% 0.22% -
HSV(B) 167.71º 0.85% 0.38% -
XYZ 6.05 9.43 9.29 -
YUV 71.25 133.5 87.88 -
System Red Green Blue C M Y K H S L
Decimal 15 98 81 0.85 0 0.17 0.62 167.71 0.73 0.22
Hex F 62 51 55 0 11 3E A8 49 16
Octal 17 142 121 125 0 21 76 250 111 26
Binary 1111 1100010 1010001 1010101 0 10001 111110 10101000 1001001 10110

Color Harmonies of #0F6251

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F6251

Black with #0F6251

Text Example


Text Example

White with #0F6251

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,98,81); }

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

background-color css

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

 a { background-color: rgb(15,98,81); }

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

border-color css

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

 span { border-color: rgb(15,98,81); }

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