Html Css Color HEX #0C634D Watercourse

📋 copy color: '#0C634D'

red 12 ◦ green 99 ◦ blue 77

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

Shades of Watercourse #0C634D

Tints of Watercourse #0C634D

RGB

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

 GREEN value IS 99 (39.06% from 255) = 52.66%

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

R = 6.38%
G = 52.66%
B = 40.96%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.22

 K value IS 0.61

RGB Variations

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

Color information

#0C634D (or 0x0C634D) is known color: Watercourse. HEX triplet: 0C, 63 and 4D. RGB value is (12,99,77). Sum of RGB (Red+Green+Blue) = 12+99+77=188 (24% of max value = 765). Red value is 12 (5.08% from 255 or 6.38% from 188); Green value is 99 (39.06% from 255 or 52.66% from 188); Blue value is 77 (30.47% from 255 or 40.96% from 188); Max value from RGB is 99 - color contains mainly: green. Hex color #0C634D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0C634D is #F39CB2. Grayscale: #464646. Windows color (decimal): -15965363 or 5071628. OLE color: 5071628.

HSL color Cylindrical-coordinate representation of color #0C634D: hue angle of 164.83º degrees, saturation: 0.78, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0C634D is Cyan = 0.88, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.61.

Color convert

RGB 12 99 77 -
CMYK 0.88 0 0.22 0.61
HSL 164.83º 0.78% 0.22% -
HSV(B) 164.83º 0.88% 0.39% -
XYZ 5.95 9.54 8.55 -
YUV 70.48 131.68 86.29 -
System Red Green Blue C M Y K H S L
Decimal 12 99 77 0.88 0 0.22 0.61 164.83 0.78 0.22
Hex C 63 4D 58 0 16 3D A5 4E 16
Octal 14 143 115 130 0 26 75 245 116 26
Binary 1100 1100011 1001101 1011000 0 10110 111101 10100101 1001110 10110

Color Harmonies of #0C634D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C634D

Black with #0C634D

Text Example


Text Example

White with #0C634D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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