Html Css Color HEX #0C634B Watercourse

📋 copy color: '#0C634B'

red 12 ◦ green 99 ◦ blue 75

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

Shades of Watercourse #0C634B

Tints of Watercourse #0C634B

RGB

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

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

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

R = 6.45%
G = 53.23%
B = 40.32%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.24

 K value IS 0.61

RGB Variations

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

Color information

#0C634B (or 0x0C634B) is known color: Watercourse. HEX triplet: 0C, 63 and 4B. RGB value is (12,99,75). Sum of RGB (Red+Green+Blue) = 12+99+75=186 (24% of max value = 765). Red value is 12 (5.08% from 255 or 6.45% from 186); Green value is 99 (39.06% from 255 or 53.23% from 186); Blue value is 75 (29.69% from 255 or 40.32% from 186); Max value from RGB is 99 - color contains mainly: green. Hex color #0C634B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0C634B is #F39CB4. Grayscale: #464646. Windows color (decimal): -15965365 or 4940556. OLE color: 4940556.

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

Color convert

RGB 12 99 75 -
CMYK 0.88 0 0.24 0.61
HSL 163.45º 0.78% 0.22% -
HSV(B) 163.45º 0.88% 0.39% -
XYZ 5.88 9.51 8.18 -
YUV 70.25 130.68 86.45 -
System Red Green Blue C M Y K H S L
Decimal 12 99 75 0.88 0 0.24 0.61 163.45 0.78 0.22
Hex C 63 4B 58 0 18 3D A3 4E 16
Octal 14 143 113 130 0 30 75 243 116 26
Binary 1100 1100011 1001011 1011000 0 11000 111101 10100011 1001110 10110

Color Harmonies of #0C634B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C634B

Black with #0C634B

Text Example


Text Example

White with #0C634B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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