Html Css Color HEX #0C704B Watercourse

📋 copy color: '#0C704B'

red 12 ◦ green 112 ◦ blue 75

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

Shades of Watercourse #0C704B

Tints of Watercourse #0C704B

RGB

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

 GREEN value IS 112 (44.14% from 255) = 56.28%

 BLUE value IS 75 (29.69% from 255) = 37.69%

R = 6.03%
G = 56.28%
B = 37.69%

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

#0C704B (or 0x0C704B) is known color: Watercourse. HEX triplet: 0C, 70 and 4B. RGB value is (12,112,75). Sum of RGB (Red+Green+Blue) = 12+112+75=199 (26% of max value = 765). Red value is 12 (5.08% from 255 or 6.03% from 199); Green value is 112 (44.14% from 255 or 56.28% from 199); Blue value is 75 (29.69% from 255 or 37.69% from 199); Max value from RGB is 112 - color contains mainly: green. Hex color #0C704B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0C704B is #F38FB4. Grayscale: #4D4D4D. Windows color (decimal): -15962037 or 4943884. OLE color: 4943884.

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

Color convert

RGB 12 112 75 -
CMYK 0.89 0 0.33 0.56
HSL 157.8º 0.81% 0.24% -
HSV(B) 157.8º 0.89% 0.44% -
XYZ 7.22 12.17 8.63 -
YUV 77.88 126.37 81.01 -
System Red Green Blue C M Y K H S L
Decimal 12 112 75 0.89 0 0.33 0.56 157.8 0.81 0.24
Hex C 70 4B 59 0 21 38 9E 51 18
Octal 14 160 113 131 0 41 70 236 121 30
Binary 1100 1110000 1001011 1011001 0 100001 111000 10011110 1010001 11000

Color Harmonies of #0C704B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C704B

Black with #0C704B

Text Example


Text Example

White with #0C704B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,112,75); }

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

background-color css

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

 a { background-color: rgb(12,112,75); }

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

border-color css

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

 span { border-color: rgb(12,112,75); }

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