Html Css Color HEX #0C714F Watercourse

📋 copy color: '#0C714F'

red 12 ◦ green 113 ◦ blue 79

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

Shades of Watercourse #0C714F

Tints of Watercourse #0C714F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 38.73%

R = 5.88%
G = 55.39%
B = 38.73%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.30

 K value IS 0.56

RGB Variations

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

Color information

#0C714F (or 0x0C714F) is known color: Watercourse. HEX triplet: 0C, 71 and 4F. RGB value is (12,113,79). Sum of RGB (Red+Green+Blue) = 12+113+79=204 (27% of max value = 765). Red value is 12 (5.08% from 255 or 5.88% from 204); Green value is 113 (44.53% from 255 or 55.39% from 204); Blue value is 79 (31.25% from 255 or 38.73% from 204); Max value from RGB is 113 - color contains mainly: green. Hex color #0C714F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0C714F is #F38EB0. Grayscale: #4E4E4E. Windows color (decimal): -15961777 or 5206284. OLE color: 5206284.

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

Color convert

RGB 12 113 79 -
CMYK 0.89 0 0.30 0.56
HSL 159.8º 0.81% 0.25% -
HSV(B) 159.8º 0.89% 0.44% -
XYZ 7.47 12.45 9.41 -
YUV 78.93 128.04 80.26 -
System Red Green Blue C M Y K H S L
Decimal 12 113 79 0.89 0 0.30 0.56 159.8 0.81 0.25
Hex C 71 4F 59 0 1E 38 A0 51 19
Octal 14 161 117 131 0 36 70 240 121 31
Binary 1100 1110001 1001111 1011001 0 11110 111000 10100000 1010001 11001

Color Harmonies of #0C714F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C714F

Black with #0C714F

Text Example


Text Example

White with #0C714F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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