Html Css Color HEX #0C6751 Watercourse

📋 copy color: '#0C6751'

red 12 ◦ green 103 ◦ blue 81

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

Shades of Watercourse #0C6751

Tints of Watercourse #0C6751

RGB

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

 GREEN value IS 103 (40.63% from 255) = 52.55%

 BLUE value IS 81 (32.03% from 255) = 41.33%

R = 6.12%
G = 52.55%
B = 41.33%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.21

 K value IS 0.60

RGB Variations

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

Color information

#0C6751 (or 0x0C6751) is known color: Watercourse. HEX triplet: 0C, 67 and 51. RGB value is (12,103,81). Sum of RGB (Red+Green+Blue) = 12+103+81=196 (25% of max value = 765). Red value is 12 (5.08% from 255 or 6.12% from 196); Green value is 103 (40.62% from 255 or 52.55% from 196); Blue value is 81 (32.03% from 255 or 41.33% from 196); Max value from RGB is 103 - color contains mainly: green. Hex color #0C6751 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0C6751 is #F398AE. Grayscale: #494949. Windows color (decimal): -15964335 or 5334796. OLE color: 5334796.

HSL color Cylindrical-coordinate representation of color #0C6751: hue angle of 165.49º degrees, saturation: 0.79, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0C6751 is Cyan = 0.88, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.60.

Color convert

RGB 12 103 81 -
CMYK 0.88 0 0.21 0.60
HSL 165.49º 0.79% 0.23% -
HSV(B) 165.49º 0.88% 0.4% -
XYZ 6.49 10.37 9.44 -
YUV 73.28 132.35 84.29 -
System Red Green Blue C M Y K H S L
Decimal 12 103 81 0.88 0 0.21 0.60 165.49 0.79 0.23
Hex C 67 51 58 0 15 3C A5 4F 17
Octal 14 147 121 130 0 25 74 245 117 27
Binary 1100 1100111 1010001 1011000 0 10101 111100 10100101 1001111 10111

Color Harmonies of #0C6751

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C6751

Black with #0C6751

Text Example


Text Example

White with #0C6751

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,103,81); }

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

background-color css

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

 a { background-color: rgb(12,103,81); }

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

border-color css

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

 span { border-color: rgb(12,103,81); }

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