Html Css Color HEX #0C674F Watercourse

📋 copy color: '#0C674F'

red 12 ◦ green 103 ◦ blue 79

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

Shades of Watercourse #0C674F

Tints of Watercourse #0C674F

RGB

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

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

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

R = 6.19%
G = 53.09%
B = 40.72%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.23

 K value IS 0.60

RGB Variations

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

Color information

#0C674F (or 0x0C674F) is known color: Watercourse. HEX triplet: 0C, 67 and 4F. RGB value is (12,103,79). Sum of RGB (Red+Green+Blue) = 12+103+79=194 (25% of max value = 765). Red value is 12 (5.08% from 255 or 6.19% from 194); Green value is 103 (40.62% from 255 or 53.09% from 194); Blue value is 79 (31.25% from 255 or 40.72% from 194); Max value from RGB is 103 - color contains mainly: green. Hex color #0C674F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0C674F is #F398B0. Grayscale: #494949. Windows color (decimal): -15964337 or 5203724. OLE color: 5203724.

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

Color convert

RGB 12 103 79 -
CMYK 0.88 0 0.23 0.60
HSL 164.18º 0.79% 0.23% -
HSV(B) 164.18º 0.88% 0.4% -
XYZ 6.41 10.34 9.06 -
YUV 73.06 131.35 84.45 -
System Red Green Blue C M Y K H S L
Decimal 12 103 79 0.88 0 0.23 0.60 164.18 0.79 0.23
Hex C 67 4F 58 0 17 3C A4 4F 17
Octal 14 147 117 130 0 27 74 244 117 27
Binary 1100 1100111 1001111 1011000 0 10111 111100 10100100 1001111 10111

Color Harmonies of #0C674F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C674F

Black with #0C674F

Text Example


Text Example

White with #0C674F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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