Html Css Color HEX #0C674E Watercourse

📋 copy color: '#0C674E'

red 12 ◦ green 103 ◦ blue 78

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

Shades of Watercourse #0C674E

Tints of Watercourse #0C674E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 40.41%

R = 6.22%
G = 53.37%
B = 40.41%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.24

 K value IS 0.60

RGB Variations

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

Color information

#0C674E (or 0x0C674E) is known color: Watercourse. HEX triplet: 0C, 67 and 4E. RGB value is (12,103,78). Sum of RGB (Red+Green+Blue) = 12+103+78=193 (25% of max value = 765). Red value is 12 (5.08% from 255 or 6.22% from 193); Green value is 103 (40.62% from 255 or 53.37% from 193); Blue value is 78 (30.86% from 255 or 40.41% from 193); Max value from RGB is 103 - color contains mainly: green. Hex color #0C674E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0C674E is #F398B1. Grayscale: #484848. Windows color (decimal): -15964338 or 5138188. OLE color: 5138188.

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

Color convert

RGB 12 103 78 -
CMYK 0.88 0 0.24 0.60
HSL 163.52º 0.79% 0.23% -
HSV(B) 163.52º 0.88% 0.4% -
XYZ 6.38 10.33 8.87 -
YUV 72.94 130.85 84.53 -
System Red Green Blue C M Y K H S L
Decimal 12 103 78 0.88 0 0.24 0.60 163.52 0.79 0.23
Hex C 67 4E 58 0 18 3C A4 4F 17
Octal 14 147 116 130 0 30 74 244 117 27
Binary 1100 1100111 1001110 1011000 0 11000 111100 10100100 1001111 10111

Color Harmonies of #0C674E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C674E

Black with #0C674E

Text Example


Text Example

White with #0C674E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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