Html Css Color HEX #0C614F Watercourse

📋 copy color: '#0C614F'

red 12 ◦ green 97 ◦ blue 79

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

Shades of Watercourse #0C614F

Tints of Watercourse #0C614F

RGB

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

 GREEN value IS 97 (38.28% from 255) = 51.6%

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

R = 6.38%
G = 51.6%
B = 42.02%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.19

 K value IS 0.62

RGB Variations

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

Color information

#0C614F (or 0x0C614F) is known color: Watercourse. HEX triplet: 0C, 61 and 4F. RGB value is (12,97,79). Sum of RGB (Red+Green+Blue) = 12+97+79=188 (24% of max value = 765). Red value is 12 (5.08% from 255 or 6.38% from 188); Green value is 97 (38.28% from 255 or 51.60% from 188); Blue value is 79 (31.25% from 255 or 42.02% from 188); Max value from RGB is 97 - color contains mainly: green. Hex color #0C614F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0C614F is #F39EB0. Grayscale: #454545. Windows color (decimal): -15965873 or 5202188. OLE color: 5202188.

HSL color Cylindrical-coordinate representation of color #0C614F: hue angle of 167.29º degrees, saturation: 0.78, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0C614F is Cyan = 0.88, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.62.

Color convert

RGB 12 97 79 -
CMYK 0.88 0 0.19 0.62
HSL 167.29º 0.78% 0.21% -
HSV(B) 167.29º 0.88% 0.38% -
XYZ 5.84 9.19 8.86 -
YUV 69.53 133.34 86.96 -
System Red Green Blue C M Y K H S L
Decimal 12 97 79 0.88 0 0.19 0.62 167.29 0.78 0.21
Hex C 61 4F 58 0 13 3E A7 4E 15
Octal 14 141 117 130 0 23 76 247 116 25
Binary 1100 1100001 1001111 1011000 0 10011 111110 10100111 1001110 10101

Color Harmonies of #0C614F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C614F

Black with #0C614F

Text Example


Text Example

White with #0C614F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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