Html Css Color HEX #0C6B55 Watercourse

📋 copy color: '#0C6B55'

red 12 ◦ green 107 ◦ blue 85

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

Shades of Watercourse #0C6B55

Tints of Watercourse #0C6B55

RGB

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

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

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

R = 5.88%
G = 52.45%
B = 41.67%

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

#0C6B55 (or 0x0C6B55) is known color: Watercourse. HEX triplet: 0C, 6B and 55. RGB value is (12,107,85). Sum of RGB (Red+Green+Blue) = 12+107+85=204 (27% of max value = 765). Red value is 12 (5.08% from 255 or 5.88% from 204); Green value is 107 (42.19% from 255 or 52.45% from 204); Blue value is 85 (33.59% from 255 or 41.67% from 204); Max value from RGB is 107 - color contains mainly: green. Hex color #0C6B55 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0C6B55 is #F394AA. Grayscale: #4C4C4C. Windows color (decimal): -15963307 or 5597964. OLE color: 5597964.

HSL color Cylindrical-coordinate representation of color #0C6B55: hue angle of 166.11º 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 #0C6B55 is Cyan = 0.89, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.58.

Color convert

RGB 12 107 85 -
CMYK 0.89 0 0.21 0.58
HSL 166.11º 0.8% 0.23% -
HSV(B) 166.11º 0.89% 0.42% -
XYZ 7.05 11.25 10.39 -
YUV 76.09 133.03 82.29 -
System Red Green Blue C M Y K H S L
Decimal 12 107 85 0.89 0 0.21 0.58 166.11 0.8 0.23
Hex C 6B 55 59 0 15 3A A6 50 17
Octal 14 153 125 131 0 25 72 246 120 27
Binary 1100 1101011 1010101 1011001 0 10101 111010 10100110 1010000 10111

Color Harmonies of #0C6B55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C6B55

Black with #0C6B55

Text Example


Text Example

White with #0C6B55

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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