Html Css Color HEX #0C6F4F Watercourse

📋 copy color: '#0C6F4F'

red 12 ◦ green 111 ◦ blue 79

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

Shades of Watercourse #0C6F4F

Tints of Watercourse #0C6F4F

RGB

 RED value IS 12 (5.08% from 255) = 5.94%

 GREEN value IS 111 (43.75% from 255) = 54.95%

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

R = 5.94%
G = 54.95%
B = 39.11%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.29

 K value IS 0.56

RGB Variations

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

Color information

#0C6F4F (or 0x0C6F4F) is known color: Watercourse. HEX triplet: 0C, 6F and 4F. RGB value is (12,111,79). Sum of RGB (Red+Green+Blue) = 12+111+79=202 (26% of max value = 765). Red value is 12 (5.08% from 255 or 5.94% from 202); Green value is 111 (43.75% from 255 or 54.95% from 202); Blue value is 79 (31.25% from 255 or 39.11% from 202); Max value from RGB is 111 - color contains mainly: green. Hex color #0C6F4F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0C6F4F is #F390B0. Grayscale: #4D4D4D. Windows color (decimal): -15962289 or 5205772. OLE color: 5205772.

HSL color Cylindrical-coordinate representation of color #0C6F4F: hue angle of 160.61º degrees, saturation: 0.8, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0C6F4F is Cyan = 0.89, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.56.

Color convert

RGB 12 111 79 -
CMYK 0.89 0 0.29 0.56
HSL 160.61º 0.8% 0.24% -
HSV(B) 160.61º 0.89% 0.44% -
XYZ 7.25 12.01 9.33 -
YUV 77.75 128.7 81.1 -
System Red Green Blue C M Y K H S L
Decimal 12 111 79 0.89 0 0.29 0.56 160.61 0.8 0.24
Hex C 6F 4F 59 0 1D 38 A1 50 18
Octal 14 157 117 131 0 35 70 241 120 30
Binary 1100 1101111 1001111 1011001 0 11101 111000 10100001 1010000 11000

Color Harmonies of #0C6F4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C6F4F

Black with #0C6F4F

Text Example


Text Example

White with #0C6F4F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,111,79); }

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

background-color css

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

 a { background-color: rgb(12,111,79); }

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

border-color css

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

 span { border-color: rgb(12,111,79); }

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