Html Css Color HEX #0C674D Watercourse

📋 copy color: '#0C674D'

red 12 ◦ green 103 ◦ blue 77

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

Shades of Watercourse #0C674D

Tints of Watercourse #0C674D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 40.1%

R = 6.25%
G = 53.65%
B = 40.1%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.25

 K value IS 0.60

RGB Variations

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

Color information

#0C674D (or 0x0C674D) is known color: Watercourse. HEX triplet: 0C, 67 and 4D. RGB value is (12,103,77). Sum of RGB (Red+Green+Blue) = 12+103+77=192 (25% of max value = 765). Red value is 12 (5.08% from 255 or 6.25% from 192); Green value is 103 (40.62% from 255 or 53.65% from 192); Blue value is 77 (30.47% from 255 or 40.10% from 192); Max value from RGB is 103 - color contains mainly: green. Hex color #0C674D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0C674D is #F398B2. Grayscale: #484848. Windows color (decimal): -15964339 or 5072652. OLE color: 5072652.

HSL color Cylindrical-coordinate representation of color #0C674D: hue angle of 162.86º 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 #0C674D is Cyan = 0.88, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.60.

Color convert

RGB 12 103 77 -
CMYK 0.88 0 0.25 0.60
HSL 162.86º 0.79% 0.23% -
HSV(B) 162.86º 0.88% 0.4% -
XYZ 6.34 10.31 8.68 -
YUV 72.83 130.35 84.61 -
System Red Green Blue C M Y K H S L
Decimal 12 103 77 0.88 0 0.25 0.60 162.86 0.79 0.23
Hex C 67 4D 58 0 19 3C A3 4F 17
Octal 14 147 115 130 0 31 74 243 117 27
Binary 1100 1100111 1001101 1011000 0 11001 111100 10100011 1001111 10111

Color Harmonies of #0C674D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C674D

Black with #0C674D

Text Example


Text Example

White with #0C674D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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