Html Css Color HEX #0F604F Watercourse

📋 copy color: '#0F604F'

red 15 ◦ green 96 ◦ blue 79

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

Shades of Watercourse #0F604F

Tints of Watercourse #0F604F

RGB

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

 GREEN value IS 96 (37.89% from 255) = 50.53%

 BLUE value IS 79 (31.25% from 255) = 41.58%

R = 7.89%
G = 50.53%
B = 41.58%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.18

 K value IS 0.62

RGB Variations

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

Color information

#0F604F (or 0x0F604F) is known color: Watercourse. HEX triplet: 0F, 60 and 4F. RGB value is (15,96,79). Sum of RGB (Red+Green+Blue) = 15+96+79=190 (25% of max value = 765). Red value is 15 (6.25% from 255 or 7.89% from 190); Green value is 96 (37.89% from 255 or 50.53% from 190); Blue value is 79 (31.25% from 255 or 41.58% from 190); Max value from RGB is 96 - color contains mainly: green. Hex color #0F604F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0F604F is #F09FB0. Grayscale: #454545. Windows color (decimal): -15769521 or 5201935. OLE color: 5201935.

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

Color convert

RGB 15 96 79 -
CMYK 0.84 0 0.18 0.62
HSL 167.41º 0.73% 0.22% -
HSV(B) 167.41º 0.84% 0.38% -
XYZ 5.79 9.03 8.84 -
YUV 69.84 133.16 88.88 -
System Red Green Blue C M Y K H S L
Decimal 15 96 79 0.84 0 0.18 0.62 167.41 0.73 0.22
Hex F 60 4F 54 0 12 3E A7 49 16
Octal 17 140 117 124 0 22 76 247 111 26
Binary 1111 1100000 1001111 1010100 0 10010 111110 10100111 1001001 10110

Color Harmonies of #0F604F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F604F

Black with #0F604F

Text Example


Text Example

White with #0F604F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,96,79); }

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

background-color css

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

 a { background-color: rgb(15,96,79); }

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

border-color css

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

 span { border-color: rgb(15,96,79); }

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