Html Css Color HEX #0C6B54 Watercourse

📋 copy color: '#0C6B54'

red 12 ◦ green 107 ◦ blue 84

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

Shades of Watercourse #0C6B54

Tints of Watercourse #0C6B54

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 41.38%

R = 5.91%
G = 52.71%
B = 41.38%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.21

 K value IS 0.58

RGB Variations

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

Color information

#0C6B54 (or 0x0C6B54) is known color: Watercourse. HEX triplet: 0C, 6B and 54. RGB value is (12,107,84). Sum of RGB (Red+Green+Blue) = 12+107+84=203 (26% of max value = 765). Red value is 12 (5.08% from 255 or 5.91% from 203); Green value is 107 (42.19% from 255 or 52.71% from 203); Blue value is 84 (33.20% from 255 or 41.38% from 203); Max value from RGB is 107 - color contains mainly: green. Hex color #0C6B54 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0C6B54 is #F394AB. Grayscale: #4B4B4B. Windows color (decimal): -15963308 or 5532428. OLE color: 5532428.

HSL color Cylindrical-coordinate representation of color #0C6B54: hue angle of 165.47º degrees, saturation: 0.8, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0C6B54 is Cyan = 0.89, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.58.

Color convert

RGB 12 107 84 -
CMYK 0.89 0 0.21 0.58
HSL 165.47º 0.8% 0.23% -
HSV(B) 165.47º 0.89% 0.42% -
XYZ 7.01 11.23 10.19 -
YUV 75.97 132.53 82.37 -
System Red Green Blue C M Y K H S L
Decimal 12 107 84 0.89 0 0.21 0.58 165.47 0.8 0.23
Hex C 6B 54 59 0 15 3A A5 50 17
Octal 14 153 124 131 0 25 72 245 120 27
Binary 1100 1101011 1010100 1011001 0 10101 111010 10100101 1010000 10111

Color Harmonies of #0C6B54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C6B54

Black with #0C6B54

Text Example


Text Example

White with #0C6B54

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,107,84); }

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

background-color css

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

 a { background-color: rgb(12,107,84); }

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

border-color css

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

 span { border-color: rgb(12,107,84); }

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