Html Css Color HEX #0C7355 Watercourse

📋 copy color: '#0C7355'

red 12 ◦ green 115 ◦ blue 85

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

Shades of Watercourse #0C7355

Tints of Watercourse #0C7355

RGB

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

 GREEN value IS 115 (45.31% from 255) = 54.25%

 BLUE value IS 85 (33.59% from 255) = 40.09%

R = 5.66%
G = 54.25%
B = 40.09%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.26

 K value IS 0.55

RGB Variations

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

Color information

#0C7355 (or 0x0C7355) is known color: Watercourse. HEX triplet: 0C, 73 and 55. RGB value is (12,115,85). Sum of RGB (Red+Green+Blue) = 12+115+85=212 (28% of max value = 765). Red value is 12 (5.08% from 255 or 5.66% from 212); Green value is 115 (45.31% from 255 or 54.25% from 212); Blue value is 85 (33.59% from 255 or 40.09% from 212); Max value from RGB is 115 - color contains mainly: green. Hex color #0C7355 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0C7355 is #F38CAA. Grayscale: #505050. Windows color (decimal): -15961259 or 5600012. OLE color: 5600012.

HSL color Cylindrical-coordinate representation of color #0C7355: hue angle of 162.52º degrees, saturation: 0.81, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0C7355 is Cyan = 0.90, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.55.

Color convert

RGB 12 115 85 -
CMYK 0.90 0 0.26 0.55
HSL 162.52º 0.81% 0.25% -
HSV(B) 162.52º 0.9% 0.45% -
XYZ 7.92 13 10.69 -
YUV 80.78 130.38 78.94 -
System Red Green Blue C M Y K H S L
Decimal 12 115 85 0.90 0 0.26 0.55 162.52 0.81 0.25
Hex C 73 55 5A 0 1A 37 A3 51 19
Octal 14 163 125 132 0 32 67 243 121 31
Binary 1100 1110011 1010101 1011010 0 11010 110111 10100011 1010001 11001

Color Harmonies of #0C7355

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C7355

Black with #0C7355

Text Example


Text Example

White with #0C7355

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,115,85); }

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

background-color css

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

 a { background-color: rgb(12,115,85); }

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

border-color css

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

 span { border-color: rgb(12,115,85); }

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