Html Css Color HEX #0F6B4F Watercourse

📋 copy color: '#0F6B4F'

red 15 ◦ green 107 ◦ blue 79

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

Shades of Watercourse #0F6B4F

Tints of Watercourse #0F6B4F

RGB

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

 GREEN value IS 107 (42.19% from 255) = 53.23%

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

R = 7.46%
G = 53.23%
B = 39.3%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.26

 K value IS 0.58

RGB Variations

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

Color information

#0F6B4F (or 0x0F6B4F) is known color: Watercourse. HEX triplet: 0F, 6B and 4F. RGB value is (15,107,79). Sum of RGB (Red+Green+Blue) = 15+107+79=201 (26% of max value = 765). Red value is 15 (6.25% from 255 or 7.46% from 201); Green value is 107 (42.19% from 255 or 53.23% from 201); Blue value is 79 (31.25% from 255 or 39.30% from 201); Max value from RGB is 107 - color contains mainly: green. Hex color #0F6B4F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0F6B4F is #F094B0. Grayscale: #4C4C4C. Windows color (decimal): -15766705 or 5204751. OLE color: 5204751.

HSL color Cylindrical-coordinate representation of color #0F6B4F: hue angle of 161.74º degrees, saturation: 0.75, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #0F6B4F is Cyan = 0.86, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.58.

Color convert

RGB 15 107 79 -
CMYK 0.86 0 0.26 0.58
HSL 161.74º 0.75% 0.24% -
HSV(B) 161.74º 0.86% 0.42% -
XYZ 6.87 11.18 9.19 -
YUV 76.3 129.52 84.28 -
System Red Green Blue C M Y K H S L
Decimal 15 107 79 0.86 0 0.26 0.58 161.74 0.75 0.24
Hex F 6B 4F 56 0 1A 3A A2 4B 18
Octal 17 153 117 126 0 32 72 242 113 30
Binary 1111 1101011 1001111 1010110 0 11010 111010 10100010 1001011 11000

Color Harmonies of #0F6B4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F6B4F

Black with #0F6B4F

Text Example


Text Example

White with #0F6B4F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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