Html Css Color HEX #0C724B Watercourse

📋 copy color: '#0C724B'

red 12 ◦ green 114 ◦ blue 75

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

Shades of Watercourse #0C724B

Tints of Watercourse #0C724B

RGB

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

 GREEN value IS 114 (44.92% from 255) = 56.72%

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

R = 5.97%
G = 56.72%
B = 37.31%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.34

 K value IS 0.55

RGB Variations

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

Color information

#0C724B (or 0x0C724B) is known color: Watercourse. HEX triplet: 0C, 72 and 4B. RGB value is (12,114,75). Sum of RGB (Red+Green+Blue) = 12+114+75=201 (26% of max value = 765). Red value is 12 (5.08% from 255 or 5.97% from 201); Green value is 114 (44.92% from 255 or 56.72% from 201); Blue value is 75 (29.69% from 255 or 37.31% from 201); Max value from RGB is 114 - color contains mainly: green. Hex color #0C724B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0C724B is #F38DB4. Grayscale: #4F4F4F. Windows color (decimal): -15961525 or 4944396. OLE color: 4944396.

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

Color convert

RGB 12 114 75 -
CMYK 0.89 0 0.34 0.55
HSL 157.06º 0.81% 0.25% -
HSV(B) 157.06º 0.89% 0.45% -
XYZ 7.44 12.62 8.7 -
YUV 79.06 125.71 80.17 -
System Red Green Blue C M Y K H S L
Decimal 12 114 75 0.89 0 0.34 0.55 157.06 0.81 0.25
Hex C 72 4B 59 0 22 37 9D 51 19
Octal 14 162 113 131 0 42 67 235 121 31
Binary 1100 1110010 1001011 1011001 0 100010 110111 10011101 1010001 11001

Color Harmonies of #0C724B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C724B

Black with #0C724B

Text Example


Text Example

White with #0C724B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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