Html Css Color HEX #0C714C Watercourse

📋 copy color: '#0C714C'

red 12 ◦ green 113 ◦ blue 76

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

Shades of Watercourse #0C714C

Tints of Watercourse #0C714C

RGB

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

 GREEN value IS 113 (44.53% from 255) = 56.22%

 BLUE value IS 76 (30.08% from 255) = 37.81%

R = 5.97%
G = 56.22%
B = 37.81%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.33

 K value IS 0.56

RGB Variations

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

Color information

#0C714C (or 0x0C714C) is known color: Watercourse. HEX triplet: 0C, 71 and 4C. RGB value is (12,113,76). Sum of RGB (Red+Green+Blue) = 12+113+76=201 (26% of max value = 765). Red value is 12 (5.08% from 255 or 5.97% from 201); Green value is 113 (44.53% from 255 or 56.22% from 201); Blue value is 76 (30.08% from 255 or 37.81% from 201); Max value from RGB is 113 - color contains mainly: green. Hex color #0C714C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0C714C is #F38EB3. Grayscale: #4E4E4E. Windows color (decimal): -15961780 or 5009676. OLE color: 5009676.

HSL color Cylindrical-coordinate representation of color #0C714C: hue angle of 158.02º degrees, saturation: 0.81, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0C714C is Cyan = 0.89, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.56.

Color convert

RGB 12 113 76 -
CMYK 0.89 0 0.33 0.56
HSL 158.02º 0.81% 0.25% -
HSV(B) 158.02º 0.89% 0.44% -
XYZ 7.36 12.41 8.84 -
YUV 78.58 126.54 80.51 -
System Red Green Blue C M Y K H S L
Decimal 12 113 76 0.89 0 0.33 0.56 158.02 0.81 0.25
Hex C 71 4C 59 0 21 38 9E 51 19
Octal 14 161 114 131 0 41 70 236 121 31
Binary 1100 1110001 1001100 1011001 0 100001 111000 10011110 1010001 11001

Color Harmonies of #0C714C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C714C

Black with #0C714C

Text Example


Text Example

White with #0C714C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,113,76); }

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

background-color css

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

 a { background-color: rgb(12,113,76); }

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

border-color css

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

 span { border-color: rgb(12,113,76); }

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